docs: Make more clear how installing from Git works.

The previous discussion made it sound like this did a development
environment installation.
This commit is contained in:
Tim Abbott 2019-01-07 19:16:59 -08:00
parent 4dcccf32f8
commit 534bf8f806
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ tar -xf zulip-server-latest.tar.gz
* If you'd like to verify the download, we * If you'd like to verify the download, we
[publish the sha256sums of our release tarballs](https://www.zulip.org/dist/releases/SHA256SUMS.txt). [publish the sha256sums of our release tarballs](https://www.zulip.org/dist/releases/SHA256SUMS.txt).
* You can also * You can also
[install a development version of Zulip](../production/deployment.html#installing-zulip-from-git) [install a pre-release version of Zulip](../production/deployment.html#installing-zulip-from-git)
by cloning our [repository on GitHub](https://github.com/zulip/zulip/). using code from our [repository on GitHub](https://github.com/zulip/zulip/).
## Step 2: Install Zulip ## Step 2: Install Zulip