Skip to content

Commit 2515633

Browse files
committed
Update readme with better prerequisite installation instructions.
1 parent 508276e commit 2515633

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Yeoman.io generator for Crafty.js game engine.
1313

1414
You can install this generator using the Node Package Manager (npm). The following steps will setup your Craft.js scaffolding. The scaffolding is based on the CraftyBoilerplate (https://github.com/ahilles107/CraftyBoilerplate).
1515

16-
## Installation (Node, NPM, and Yeoman)
16+
## Prerequisite nstallation (Node, NPM, and Yeoman)
1717

18-
- Make sure you have yo, grunt, node and NPM installed.
19-
- Open the root directory of `generator-crafty`
20-
- Install the generators dependencies by typing the command `npm install`.
18+
* To use this generator you must have node.js and npm installed. To install node and npm go to (http://nodejs.org/).
19+
* Installing Yeoman will install Grunt and Bower (http://www.yeoman.io)
20+
```
21+
npm install -g yo
22+
```
2123

2224
## Usage
2325

@@ -52,4 +54,4 @@ grunt
5254

5355
```
5456
grunt build
55-
```
57+
```

0 commit comments

Comments
 (0)