mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
docs: Improve dev env setup for Debian.
This commit is contained in:
committed by
Tim Abbott
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
|
git clone --config pull.rebase https://github.com/YOURUSERNAME/zulip.git
|
||||||
|
cd zulip
|
||||||
git remote add -f upstream https://github.com/zulip/zulip.git
|
git remote add -f upstream https://github.com/zulip/zulip.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Vagrant environment setup tutorial
|
## Vagrant environment setup tutorial
|
||||||
|
|
||||||
This section guides first-time contributors through installing the
|
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
|
The recommended method for installing the Zulip development environment is to use
|
||||||
Vagrant with VirtualBox on Windows and macOS, and Vagrant with LXC on
|
Vagrant with VirtualBox on Windows and macOS, and Vagrant with LXC on
|
||||||
|
|||||||
Reference in New Issue
Block a user