diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2022-07-03 11:46:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 11:46:53 +0300 |
commit | 53e48284d767632af640352824be8a06165c6c25 (patch) | |
tree | 16a484c029c583792ac1210a0fb6246dafd4e725 | |
parent | cbd163fb0eb328be66831e073ef9fb760482da0a (diff) | |
download | bindfs-53e48284d767632af640352824be8a06165c6c25.tar.gz |
Mentioned autogen.sh in readme.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ Download a [release](https://bindfs.org/downloads/) or clone this repository. Then compile and install as usual: + ./autogen.sh # Only needed if you cloned the repo. ./configure make make install |