1
0
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:
Stephen Dolan
2013-09-20 06:05:42 -07:00

View File

@ -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