Adding Node.js info to the 'Requirements' section of the README.MD (#2699)

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
6.19.x
Ilya Buziuk 2016-10-04 19:46:02 +02:00 committed by Tyler Jewell
parent 8b0de5e072
commit b9ab511e7c
1 changed files with 6 additions and 1 deletions

View File

@ -5,8 +5,13 @@ Che Dashboard
==============
#Requirements
- Node.js `v4.x.x` (`v5.x.x` / `v6.x.x` are currently not supported)
- npm
- Bower
- gulp
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:
This version is using bower and gulp as tools.
```sh
$ npm install --global bower gulp
```