mirror of https://github.com/zulip/zulip.git
README.prod.md: Fix installation instructions to not hardcode version.
Previously, we needed to update the installation instructions with the current version of Zulip in production every time we did a release, which was kinda a pain (and hadn't happened since 1.3.6). Fixes #576. [commit message details expanded by tabbott]
This commit is contained in:
parent
2b3312cd6e
commit
6d0e868897
|
@ -73,7 +73,7 @@ These instructions should be followed as root.
|
|||
```
|
||||
wget https://www.zulip.com/dist/releases/zulip-server-latest.tar.gz
|
||||
tar -xf zulip-server-latest.tar.gz
|
||||
mv zulip-server-1.3.6 /root/zulip
|
||||
mkdir -p /root/zulip && tar -xf zulip-server-latest.tar.gz --directory=/root/zulip --strip-components=1
|
||||
```
|
||||
|
||||
(3) Run
|
||||
|
|
Loading…
Reference in New Issue