From: Stephen Finucane Date: Mon, 10 Oct 2022 14:38:04 +0000 (+0100) Subject: docs: Update docs to point to v3.1.0 release X-Git-Tag: v3.2.0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9941fc4a90b1d46cc6165e720a272d60b0f287b;p=thirdparty%2Fpatchwork.git docs: Update docs to point to v3.1.0 release Signed-off-by: Stephen Finucane --- diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst index 99c03d90..abc4368b 100644 --- a/docs/deployment/installation.rst +++ b/docs/deployment/installation.rst @@ -148,14 +148,14 @@ The first requirement is Patchwork itself. It can be downloaded like so: .. code-block:: shell - $ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz + $ wget https://github.com/getpatchwork/patchwork/archive/v3.1.0.tar.gz We will install this under ``/opt``, though this is only a suggestion: .. code-block:: shell - $ tar -xvzf v3.0.0.tar.gz - $ sudo mv patchwork-3.0.0 /opt/patchwork + $ tar -xvzf v3.1.0.tar.gz + $ sudo mv patchwork-3.1.0 /opt/patchwork .. important::