From 534bf8f8062bbc184f6c4b488011091516d04e9b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 7 Jan 2019 19:16:59 -0800 Subject: [PATCH] docs: Make more clear how installing from Git works. The previous discussion made it sound like this did a development environment installation. --- docs/production/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/production/install.md b/docs/production/install.md index c87901348e..acae10041f 100644 --- a/docs/production/install.md +++ b/docs/production/install.md @@ -25,8 +25,8 @@ tar -xf zulip-server-latest.tar.gz * If you'd like to verify the download, we [publish the sha256sums of our release tarballs](https://www.zulip.org/dist/releases/SHA256SUMS.txt). * You can also -[install a development version of Zulip](../production/deployment.html#installing-zulip-from-git) -by cloning our [repository on GitHub](https://github.com/zulip/zulip/). +[install a pre-release version of Zulip](../production/deployment.html#installing-zulip-from-git) +using code from our [repository on GitHub](https://github.com/zulip/zulip/). ## Step 2: Install Zulip