Skip to content

Commit

Permalink
Fixing readme to reflect reality as per #9
Browse files Browse the repository at this point in the history
  • Loading branch information
NSkelsey committed Oct 15, 2013
1 parent df105b4 commit f6269a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

A Vagrant configuration for State Decoded, to make it easy to get started.

### Install Vagrant
### Install Vagrant and git!

Installing Vagrant is very simple—simply [follow the instructions](http://docs.vagrantup.com/v2/installation/).

### Start the Vagrant Machine
You can find an installer for git [here](http://git-scm.com/downloads)

* Download a copy of this repository and unzip it into a directory.
### Dowload the code and start the Vagrant Machine

* From the command line `git clone https://github.com/statedecoded/statedecoded-vagrant`
* At the command line, change into the directory that contains this repository.
* Download the git submodules using: `git submodule init; git submodule update`
* Run the command `vagrant up` (This can take roughly 10 minutes or abit longer if this is the first time)
Expand Down

0 comments on commit f6269a2

Please sign in to comment.