Skip to content

Commit f0f0b63

Browse files
committed
docs: Update docs to point to v3.0.0 release
Signed-off-by: Stephen Finucane <stephen@that.guru> (cherry picked from commit 99f5e88)
1 parent 6c73a55 commit f0f0b63

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
@@ -137,14 +137,14 @@ The first requirement is Patchwork itself. It can be downloaded like so:
137137

138138
.. code-block:: shell
139139
140-
$ wget https://github.com/getpatchwork/patchwork/archive/v2.2.0.tar.gz
140+
$ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz
141141
142142
We will install this under ``/opt``, though this is only a suggestion:
143143

144144
.. code-block:: shell
145145
146-
$ tar -xvzf v2.2.0.tar.gz
147-
$ sudo mv v2.2.0 /opt/patchwork
146+
$ tar -xvzf v3.0.0.tar.gz
147+
$ sudo mv v3.0.0 /opt/patchwork
148148
149149
.. important::
150150

0 commit comments

Comments
 (0)