summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2018-01-06 10:40:15 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2018-01-06 10:40:15 -0500
commit1c9b94a22036cec4e3d0430ca2991eefc8198350 (patch)
tree0bef82a3af03498527cb049db659c22cd8deb3a3 /README.md
parent150df2983e01c5b4a5c561115471c3be5738bc84 (diff)
README: explain need to run autogen.sh (closes #93)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 911d13f0..5863d242 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ wget http://localhost:8080/Hello/main -O -
# Simple Installation
-The normal UNIX-style build and installation procedure works (where the `make` program needs to be GNU Make).
+The normal UNIX-style build and installation procedure works (where the `make` program needs to be GNU Make, and where `./autogen.sh` must be run first only if starting from a Git checkout rather than a release tarball).
```sh
./configure