Skip to content

Commit cda86dd

Browse files
committed
Add note about git in path for Bower install
1 parent 1b6b87f commit cda86dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ ui-grid-unstable.min.css | [http://ui-grid.info/release/ui-grid-unstable.min.css
4141
# Building
4242

4343
Install dependencies
44-
44+
45+
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.
46+
Bower installs are dependent on git.
47+
48+
If you are a git noob, the easiest way to install is by installing the github client.
49+
4550
# If you don't already have the grunt-cli installed:
4651
> npm install -g grunt-cli
4752

0 commit comments

Comments
 (0)