summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8cc9a565..42f771b9 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,10 @@ docker run --rm -i -v "$PWD:$PWD" -w "$PWD" ghcr.io/jqlang/jq:latest '.version'
#### Instructions
```console
-git submodule update --init # if building from git to get oniguruma
-autoreconf -i # if building from git
+git submodule update --init # if building from git to get oniguruma
+autoreconf -i # if building from git
./configure --with-oniguruma=builtin
-make clean # if upgrading from a version previously built from source
+make clean # if upgrading from a version previously built from source
make -j8
make check
sudo make install