Skip to content

Commit

Permalink
tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurphey committed Apr 1, 2011
1 parent 70ce43a commit 50e6095
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,16 @@ the directory you specify.

### Windows Users

If you have [Git for Windows](http://git-scm.com)
installed then boot up Git Bash and verify some dependencies. Note on Git Bash
`which` returns an empty string on failure where on Linux it returns a message.
The correct response is the path to the executable.
If you have [Git for Windows](http://git-scm.com)
installed, boot up Git Bash and verify some dependencies by running the
following commands:


which java
which java
which curl


If both `java` and `curl` are available then cd to your project directory and
follow the Quick Start. Currently, Git Bash doesn't ship with `make` so the
running the MakeFile won't work.
If both `java` and `curl` are available then `cd` to your project directory and
follow the Quick Start instructions above. Currently, Git Bash doesn't ship
with `make`, so running the MakeFile won't work from Git Bash.


## A brief tour
Expand Down

0 comments on commit 50e6095

Please sign in to comment.