Skip to content

Commit

Permalink
Improve formatting of the build instructions.
Browse files Browse the repository at this point in the history
Line up the comments, because reasons. :)
  • Loading branch information
jbrains authored May 21, 2024
1 parent 85736db commit 6e572a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e572a2

Please sign in to comment.