Skip to content

Commit

Permalink
Add note about git in path for Bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
swalters committed Aug 13, 2014
1 parent 1b6b87f commit cda86dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ ui-grid-unstable.min.css | [http://ui-grid.info/release/ui-grid-unstable.min.css
# Building

Install dependencies


git must be on your path. If you can't do 'git' from your terminal, then install git first and make sure you have access from the path.
Bower installs are dependent on git.

If you are a git noob, the easiest way to install is by installing the github client.

# If you don't already have the grunt-cli installed:
> npm install -g grunt-cli

Expand Down

0 comments on commit cda86dd

Please sign in to comment.