Skip to content

Commit

Permalink
update running local documentation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Jan 15, 2014
1 parent 04d31d1 commit 9b0c94d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ You'll want to clone the Foundation repo first and install all the dependencies.
```
git clone git@github.com:zurb/foundation.git
cd foundation
npm install -g grunt-cli
npm install -g grunt-cli bower
npm install
bower install
```

Then just run `grunt` and the documentation will be compiled:
Then just run `grunt build` and the documentation will be compiled:

```
foundation/
Expand All @@ -40,4 +41,4 @@ foundation/
│ └── ...
```

Copyright (c) 2013 ZURB, inc.
Copyright (c) 2014 ZURB, inc.

0 comments on commit 9b0c94d

Please sign in to comment.