diff options
author | Stephen Finucane <stephen@that.guru> | 2021-02-20 15:40:00 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2021-02-20 15:40:00 +0000 |
commit | 99f5e88e521806c8d1a711ef4eea71ae9c288024 (patch) | |
tree | 921a0b0c7e06d1df700cf2043901358e87db940e /docs/deployment | |
parent | 649fe9a241333c7836911251085270275f31e3b2 (diff) | |
download | patchwork-99f5e88e521806c8d1a711ef4eea71ae9c288024.tar patchwork-99f5e88e521806c8d1a711ef4eea71ae9c288024.tar.gz |
docs: Update docs to point to v3.0.0 release
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/deployment')
-rw-r--r-- | docs/deployment/installation.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst index 348af0e..e6eb350 100644 --- a/docs/deployment/installation.rst +++ b/docs/deployment/installation.rst @@ -148,14 +148,14 @@ The first requirement is Patchwork itself. It can be downloaded like so: .. code-block:: shell - $ wget https://github.com/getpatchwork/patchwork/archive/v2.2.0.tar.gz + $ wget https://github.com/getpatchwork/patchwork/archive/v3.0.0.tar.gz We will install this under ``/opt``, though this is only a suggestion: .. code-block:: shell - $ tar -xvzf v2.2.0.tar.gz - $ sudo mv v2.2.0 /opt/patchwork + $ tar -xvzf v3.0.0.tar.gz + $ sudo mv v3.0.0 /opt/patchwork .. important:: |