From 90c71f3ca675b6da0d577db44bc23a99b6657dd6 Mon Sep 17 00:00:00 2001 From: itstakenalr <34076707+itstakenalr@users.noreply.github.com> Date: Thu, 14 Dec 2017 23:52:44 +0800 Subject: [PATCH] docs: Update request-remote.md. Change (zulip-venv) to (zulip-py3-venv) --- docs/development/request-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/request-remote.md b/docs/development/request-remote.md index 88dbe10389..ec2439777c 100644 --- a/docs/development/request-remote.md +++ b/docs/development/request-remote.md @@ -56,7 +56,7 @@ Once your remote dev instance is ready: `ssh zulipdev@.zulipdev.org` on the command line (Terminal for macOS and Linux, Bash for Git on Windows). - There is no password; your account is configured to use your SSH keys. -- Once you log in, you should see `(zulip-venv) ~$`. +- Once you log in, you should see `(zulip-py3-venv) ~$`. - To start the dev server, `cd zulip` and then run `./tools/run-dev.py`. - While the dev server is running, you can see the Zulip server in your browser at http://username.zulipdev.org:9991.