docs: Improve dev env setup for Debian.

This commit is contained in:
Yago González 2018-05-06 11:30:15 +02:00 committed by Tim Abbott
parent c6eee1c9da
commit a575d69eec
2 changed files with 2 additions and 1 deletions

View File

@ -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
```

View File

@ -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