Browse Source

new cli with peerDependencies install other tools as siblings itself

Herbert Vojčík 8 years ago
parent
commit
84048faec3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      README.md

+ 1 - 1
CONTRIBUTING.md

@@ -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.

+ 1 - 1
README.md

@@ -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