mirror of https://github.com/zulip/zulip.git
docs: Improve dev env setup for Debian.
This commit is contained in:
parent
c6eee1c9da
commit
a575d69eec
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue