From 2f6b89ef70f7fbe58506cc0549942f110248955f Mon Sep 17 00:00:00 2001 From: Kenny Shen Date: Fri, 20 Sep 2013 10:34:57 +0800 Subject: [PATCH] Add missing -i flag in build instructions --- docs/content/2.download/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml index c7faa1e9..b1f80203 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