mirror of https://github.com/zulip/zulip.git
Add backticks around 'apt-get install'.
This commit is contained in:
parent
0d12dfd06f
commit
8159c03205
|
@ -10,7 +10,7 @@ This is the recommended approach, and is tested on OS X 10.10 as well as Ubuntu
|
||||||
<http://download.virtualbox.org/virtualbox/4.3.30/VirtualBox-4.3.30-101610-OSX.dmg>
|
<http://download.virtualbox.org/virtualbox/4.3.30/VirtualBox-4.3.30-101610-OSX.dmg>
|
||||||
and install it.
|
and install it.
|
||||||
* If your host is Ubuntu 14.04:
|
* If your host is Ubuntu 14.04:
|
||||||
sudo apt-get install vagrant lxc lxc-templates cgroup-lite redir && vagrant plugin install vagrant-lxc
|
`sudo apt-get install vagrant lxc lxc-templates cgroup-lite redir && vagrant plugin install vagrant-lxc`
|
||||||
|
|
||||||
Once that's done, simply change to your zulip directory and run
|
Once that's done, simply change to your zulip directory and run
|
||||||
`vagrant up` in your terminal. That will install the development
|
`vagrant up` in your terminal. That will install the development
|
||||||
|
|
Loading…
Reference in New Issue