mirror of https://github.com/zulip/zulip.git
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:
parent
4dcccf32f8
commit
534bf8f806
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue