We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6e38d commit f9941fcCopy full SHA for f9941fc
docs/deployment/installation.rst
@@ -148,14 +148,14 @@ The first requirement is Patchwork itself. It can be downloaded like so:
148
149
.. code-block:: shell
150
151
- $ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz
+ $ wget https://github.com/getpatchwork/patchwork/archive/v3.1.0.tar.gz
152
153
We will install this under ``/opt``, though this is only a suggestion:
154
155
156
157
- $ tar -xvzf v3.0.0.tar.gz
158
- $ sudo mv patchwork-3.0.0 /opt/patchwork
+ $ tar -xvzf v3.1.0.tar.gz
+ $ sudo mv patchwork-3.1.0 /opt/patchwork
159
160
.. important::
161
0 commit comments