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