Skip to content

Commit 2111f72

Browse files
committed
docs: Reference Patchwork 2.2 tarballs
This is what users will want right now. Signed-off-by: Stephen Finucane <stephen@that.guru> (cherry picked from commit 3d4eebd)
1 parent 6d95976 commit 2111f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deployment/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ The first requirement is Patchwork itself. It can be downloaded like so:
139139

140140
.. code-block:: shell
141141
142-
$ wget https://github.com/getpatchwork/patchwork/archive/v2.1.0.tar.gz
142+
$ wget https://github.com/getpatchwork/patchwork/archive/v2.2.0.tar.gz
143143
144144
We will install this under ``/opt``, though this is only a suggestion:
145145

146146
.. code-block:: shell
147147
148-
$ tar -xvzf v2.1.0.tar.gz
149-
$ sudo mv v2.1.0 /opt/patchwork
148+
$ tar -xvzf v2.2.0.tar.gz
149+
$ sudo mv v2.2.0 /opt/patchwork
150150
151151
.. important::
152152

0 commit comments

Comments
 (0)