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:
Kunal Gupta 2016-03-23 17:11:18 +05:30 committed by Tim Abbott
parent 2b3312cd6e
commit 6d0e868897
1 changed files with 1 additions and 1 deletions

View File

@ -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