Skip to content

Commit

Permalink
Npm is now installing dependencies (#3829)
Browse files Browse the repository at this point in the history
With #3828 there is no need to install tools globally
  • Loading branch information
benoitf authored Jan 20, 2017
1 parent 4f070d3 commit 85f9af2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ Che Dashboard
- Python `v2.7.x`(`v3.x.x`currently not supported)
- Node.js `v4.x.x` (`v5.x.x` / `v6.x.x` are currently not supported)
- npm
- Bower
- gulp
- typings

Installation instructions for Node.js and npm can be found on the following [link](https://docs.npmjs.com/getting-started/installing-node). Bower and gulp are CLI utilities which are installed via npm:

```sh
$ npm install --global bower gulp typings
```
Installation instructions for Node.js and npm can be found on the following [link](https://docs.npmjs.com/getting-started/installing-node).

#Quick start

Expand Down

0 comments on commit 85f9af2

Please sign in to comment.