Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 856f32b

Browse files
docs(README): add info about prerequisites
1 parent 3a03052 commit 856f32b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ The seed app doesn't do much, just shows how to wire two controllers and views t
1414

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

17+
### Prerequisites
18+
19+
You need git to clone the angular-seed repository. You can get it from
20+
[http://git-scm.com/](http://git-scm.com/).
21+
22+
We also use a number of node.js tools to initialize and test angular-seed. You must have node.js and
23+
its package manager (npm) installed. You can get them from [http://nodejs.org/](http://nodejs.org/).
24+
1725
### Clone angular-seed
1826

1927
Clone the angular-seed repository using [git][git]:

0 commit comments

Comments
 (0)