]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Reference Patchwork 2.2 tarballs
authorStephen Finucane <stephen@that.guru>
Wed, 8 Apr 2020 22:27:52 +0000 (23:27 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 8 Apr 2020 22:28:58 +0000 (23:28 +0100)
This is what users will want right now.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 3d4eebde23b68daeba1b0852152243e5a6019fb8)

docs/deployment/installation.rst

index 667a6a69dc8aa28a61f9efee329d9a232a886624..12801a7948d22fff36a217339cd17e511b0f1344 100644 (file)
@@ -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::