added GIT dependency to VAGRANT guide

This commit is contained in:
Régis Hanol 2013-03-23 23:26:17 +01:00
parent 030ecfaa71
commit 27d2645595
1 changed files with 6 additions and 5 deletions

View File

@ -12,11 +12,12 @@ on Discourse with:
### Getting Started ### Getting Started
1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads 1. Install Git: http://git-scm.com/downloads (or [GitHub for Windows](http://windows.github.com/) if you want a GUI)
2. Install Vagrant: http://www.vagrantup.com/ 2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
3. Open a terminal 3. Install Vagrant: http://www.vagrantup.com/
4. Clone the project: `git clone git@github.com:discourse/discourse.git` 4. Open a terminal
5. Enter the project directory: `cd discourse` 5. Clone the project: `git clone git@github.com:discourse/discourse.git`
6. Enter the project directory: `cd discourse`
### Using Vagrant ### Using Vagrant