From a575d69eec8547d50aa3d1c00aefcbefb7ebfb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Gonz=C3=A1lez?= Date: Sun, 6 May 2018 11:30:15 +0200 Subject: [PATCH] docs: Improve dev env setup for Debian. --- docs/development/setup-advanced.md | 1 + docs/development/setup-vagrant.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development/setup-advanced.md b/docs/development/setup-advanced.md index 2239114433..49cd50bcd7 100644 --- a/docs/development/setup-advanced.md +++ b/docs/development/setup-advanced.md @@ -14,6 +14,7 @@ and [connecting the Zulip upstream repository][zulip-rtd-git-connect]: ``` git clone --config pull.rebase https://github.com/YOURUSERNAME/zulip.git +cd zulip git remote add -f upstream https://github.com/zulip/zulip.git ``` diff --git a/docs/development/setup-vagrant.md b/docs/development/setup-vagrant.md index 32add61add..d72b47df2e 100644 --- a/docs/development/setup-vagrant.md +++ b/docs/development/setup-vagrant.md @@ -1,7 +1,7 @@ ## Vagrant environment setup tutorial This section guides first-time contributors through installing the -Zulip development environment on Windows, macOS, and Ubuntu. +Zulip development environment on Windows, macOS, Ubuntu and Debian. The recommended method for installing the Zulip development environment is to use Vagrant with VirtualBox on Windows and macOS, and Vagrant with LXC on