Skip to content

Commit

Permalink
Added sample commands for Installation section of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed Aug 20, 2013
1 parent 2607928 commit 9be5fb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ This project uses [ultimate](https://github.com/pilwon/node-ultimate) dependency

[Yeoman generator for ultimate-seed](https://github.com/pilwon/ultimate-seed-generator) can be used to clone the seed project.

$ npm install -g yo
$ npm install -g generator-ultimate
$ yo ultimate
$ npm install && bower install

#### Method 2: Git Clone

Download `ultimate-seed` and install dependency modules:
Expand Down Expand Up @@ -103,6 +108,7 @@ This project uses [ultimate](https://github.com/pilwon/node-ultimate) dependency

$ git checkout dev
$ git merge seed
$ npm install && bower install

Resolve merge conflicts then push to `origin/dev`:

Expand Down

0 comments on commit 9be5fb5

Please sign in to comment.