From 8159c0320585d8a01287cb57276fb9a1eb47497b Mon Sep 17 00:00:00 2001 From: Alice Pote Date: Fri, 25 Sep 2015 22:37:25 -0400 Subject: [PATCH] Add backticks around 'apt-get install'. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cf0ef1d6b..40f83c430e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This is the recommended approach, and is tested on OS X 10.10 as well as Ubuntu * If your host is OS X, download VirtualBox from and install it. -* If your host is Ubuntu 14.04: - sudo apt-get install vagrant lxc lxc-templates cgroup-lite redir && vagrant plugin install vagrant-lxc +* If your host is Ubuntu 14.04: + `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 `vagrant up` in your terminal. That will install the development