Skip to content

Commit

Permalink
added GIT dependency to VAGRANT guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Mar 23, 2013
1 parent 030ecfa commit 27d2645
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27d2645

Please sign in to comment.