We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c73a55 commit f0f0b63Copy full SHA for f0f0b63
1 file changed
docs/deployment/installation.rst
@@ -137,14 +137,14 @@ The first requirement is Patchwork itself. It can be downloaded like so:
137
138
.. code-block:: shell
139
140
- $ wget https://github.com/getpatchwork/patchwork/archive/v2.2.0.tar.gz
+ $ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz
141
142
We will install this under ``/opt``, though this is only a suggestion:
143
144
145
146
- $ tar -xvzf v2.2.0.tar.gz
147
- $ sudo mv v2.2.0 /opt/patchwork
+ $ tar -xvzf v3.0.0.tar.gz
+ $ sudo mv v3.0.0 /opt/patchwork
148
149
.. important::
150
0 commit comments