]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Update docs to point to v3.0.0 release
authorStephen Finucane <stephen@that.guru>
Sat, 20 Feb 2021 15:40:00 +0000 (15:40 +0000)
committerStephen Finucane <stephen@that.guru>
Sat, 20 Feb 2021 15:40:00 +0000 (15:40 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/deployment/installation.rst

index 348af0ee2bdc66e9c19cfbd4c177dcf6124820e1..e6eb3509066c876fbf948b049c881d77cfe34ec3 100644 (file)
@@ -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/v2.2.0.tar.gz
+   $ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz
 
 We will install this under ``/opt``, though this is only a suggestion:
 
 .. code-block:: shell
 
-   $ tar -xvzf v2.2.0.tar.gz
-   $ sudo mv v2.2.0 /opt/patchwork
+   $ tar -xvzf v3.0.0.tar.gz
+   $ sudo mv v3.0.0 /opt/patchwork
 
 .. important::