summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-24 16:29:20 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-24 16:29:20 +0000
commitbd24a94969aeccd11428368f2926830309068ab3 (patch)
tree702f77f256ec80bbf5488e4848f97df904583eea
parent037c724557758e28ae06b096155a70013df47bdc (diff)
Update website
-rw-r--r--download/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/download/index.html b/download/index.html
index e8325b5e..ee32aedd 100644
--- a/download/index.html
+++ b/download/index.html
@@ -239,7 +239,7 @@ make install</code> rigmarole.</p>
<pre><code>git clone --recursive https://github.com/jqlang/jq.git
cd jq
autoreconf -i
-./configure --disable-maintainer-mode
+./configure
make
sudo make install
</code></pre>
@@ -258,9 +258,8 @@ be installed from <a href="https://developer.apple.com/xcode/">Xcode</a>. Howeve
you may find that you need a newer version of Bison than the one provided
by Apple. This can be found in <a href="http://brew.sh">Homebrew</a> or
<a href="https://macports.org/">MacPorts</a>.</p>
-<p>The <code>--disable-maintainer-mode</code> flag says to use the pre-generated lexer
-and parser that come with the code. To compile the lexer and parser also
-from source, leave out this flag. You will need to install
+<p>If you want to generate the lexer and parser from source you can use the
+<code>--enable-maintainer-mode</code> configure flag. This requires bison to be installed.
<a href="https://github.com/westes/flex">Flex</a> and
<a href="https://www.gnu.org/software/bison/">Bison</a>.</p>
<h3>Docker</h3>