mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Merge pull request #185 from qoelet/master
Add missing -i flag in build instructions
This commit is contained in:
@ -51,7 +51,7 @@ body:
|
|||||||
|
|
||||||
git clone https://github.com/stedolan/jq.git
|
git clone https://github.com/stedolan/jq.git
|
||||||
cd jq
|
cd jq
|
||||||
autoreconf
|
autoreconf -i
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
Reference in New Issue
Block a user