From: Kenny Shen Date: Fri, 20 Sep 2013 02:34:57 +0000 (+0800) Subject: Add missing -i flag in build instructions X-Git-Tag: jq-1.4~84^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F185%2Fhead;p=jq Add missing -i flag in build instructions --- diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml index c7faa1e..b1f8020 100644 --- a/docs/content/2.download/default.yml +++ b/docs/content/2.download/default.yml @@ -51,7 +51,7 @@ body: git clone https://github.com/stedolan/jq.git cd jq - autoreconf + autoreconf -i ./configure make sudo make install