Skip to content

Commit

Permalink
new cli with peerDependencies install other tools as siblings itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbert Vojčík committed Jun 8, 2015
1 parent 2b8146a commit 84048fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To get your clone, follow this list:

1. Create a fork of the repository on GitHub
1. Clone the fork and go to its directory.
1. Install the tools: ```npm install -g amber-cli grunt-cli bower```.
1. Install the tools: ```npm install -g amber-cli```.
1. Run ```npm install``` to install dependencies listed in package.json. Used by development tools. See [here](https://www.npmjs.org/doc/cli/npm-install.html) for more info.
1. Run ```bower install``` to install dependencies listed in bower.json. Used by Amber in browser. See [here](http://bower.io/) for more info.
1. Run ```cd external/amber-dev && npm install && cd ../..``` to install dependencies of `amber-dev` component.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Getting Amber and setting up an initial project
Do this to install Amber

# Install the CLI tool `amber-cli` and supporting tools
npm install -g amber-cli bower grunt-cli
npm install -g amber-cli


Use ``amber init`` to create a project of your own
Expand Down

0 comments on commit 84048fa

Please sign in to comment.