summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 86c196bc..1afe7678 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ git submodule as per the instructions below.
(note that jq's tests require regexp support to pass). To build, run:
git submodule update --init # if building from git to get oniguruma
- autoreconf -fi # if building from git
+ autoreconf -i # if building from git
./configure --with-oniguruma=builtin
make -j8
make check