From 27d26455950e5354293e864d1fab4ef625f10823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sat, 23 Mar 2013 23:26:17 +0100 Subject: [PATCH] added GIT dependency to VAGRANT guide --- docs/VAGRANT.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index cf573879fe3..6dc718d5730 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -12,11 +12,12 @@ on Discourse with: ### Getting Started -1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads -2. Install Vagrant: http://www.vagrantup.com/ -3. Open a terminal -4. Clone the project: `git clone git@github.com:discourse/discourse.git` -5. Enter the project directory: `cd discourse` +1. Install Git: http://git-scm.com/downloads (or [GitHub for Windows](http://windows.github.com/) if you want a GUI) +2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads +3. Install Vagrant: http://www.vagrantup.com/ +4. Open a terminal +5. Clone the project: `git clone git@github.com:discourse/discourse.git` +6. Enter the project directory: `cd discourse` ### Using Vagrant