summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-04-08 23:27:52 +0100
committerStephen Finucane <stephen@that.guru>2020-04-08 23:28:21 +0100
commit3d4eebde23b68daeba1b0852152243e5a6019fb8 (patch)
tree0e19a8544838e3addaf95beaad9a04a612928057 /docs
parentcafd9536f47c054bdecd00e56e2f76b2bf85b1a6 (diff)
downloadpatchwork-3d4eebde23b68daeba1b0852152243e5a6019fb8.tar
patchwork-3d4eebde23b68daeba1b0852152243e5a6019fb8.tar.gz
docs: Reference Patchwork 2.2 tarballs
This is what users will want right now. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst
index 667a6a6..12801a7 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::