From: Stephen Finucane Date: Wed, 8 Apr 2020 22:27:52 +0000 (+0100) Subject: docs: Reference Patchwork 2.2 tarballs X-Git-Tag: v2.2.1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2111f726e173b09f607b2a1cc44e4236c0030c69;p=thirdparty%2Fpatchwork.git docs: Reference Patchwork 2.2 tarballs This is what users will want right now. Signed-off-by: Stephen Finucane (cherry picked from commit 3d4eebde23b68daeba1b0852152243e5a6019fb8) --- diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst index 667a6a69..12801a79 100644 --- a/docs/deployment/installation.rst +++ b/docs/deployment/installation.rst @@ -139,14 +139,14 @@ The first requirement is Patchwork itself. It can be downloaded like so: .. code-block:: shell - $ wget https://github.com/getpatchwork/patchwork/archive/v2.1.0.tar.gz + $ wget https://github.com/getpatchwork/patchwork/archive/v2.2.0.tar.gz We will install this under ``/opt``, though this is only a suggestion: .. code-block:: shell - $ tar -xvzf v2.1.0.tar.gz - $ sudo mv v2.1.0 /opt/patchwork + $ tar -xvzf v2.2.0.tar.gz + $ sudo mv v2.2.0 /opt/patchwork .. important::