Skip to content

Commit

Permalink
docs(README): add info about prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed May 3, 2014
1 parent 3a03052 commit 856f32b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ The seed app doesn't do much, just shows how to wire two controllers and views t

To get you started you can simply clone the angular-seed repository and install the dependencies:

### Prerequisites

You need git to clone the angular-seed repository. You can get it from
[http://git-scm.com/](http://git-scm.com/).

We also use a number of node.js tools to initialize and test angular-seed. You must have node.js and
its package manager (npm) installed. You can get them from [http://nodejs.org/](http://nodejs.org/).

### Clone angular-seed

Clone the angular-seed repository using [git][git]:
Expand Down

0 comments on commit 856f32b

Please sign in to comment.