summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-21 11:45:19 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-21 11:45:19 +0000
commit510a791a1430f72356968bfc3104687f2f773969 (patch)
treef9c96889bd8da44747d8932512f059ddc2de84dd
parent6affc8ffd776d49616eb12441c82d79c06c4853b (diff)
Update website
-rw-r--r--download/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/download/index.html b/download/index.html
index 2dccf9c2..6cb5efdc 100644
--- a/download/index.html
+++ b/download/index.html
@@ -263,6 +263,11 @@ 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
<a href="https://github.com/westes/flex">Flex</a> and
<a href="https://www.gnu.org/software/bison/">Bison</a>.</p>
+<h3>Docker</h3>
+<p>Docker image is available from
+<a href="https://github.com/jqlang/jq/pkgs/container/jq">GitHub Container Registry</a>.</p>
+<pre><code>docker run -i --rm ghcr.io/jqlang/jq -n 'range(3)'
+</code></pre>
<h4>Building the documentation</h4>
<p>jq's documentation is compiled into static HTML using Python.
To build the docs, run <code>pipenv run python3 build_website.py</code> from