diff --git a/README.md b/README.md index 0c36372077dc52f20e792ebe2e323236d109dbc5..181434b000eca8d4e8a4b79c0f1a1fe1433d0d93 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ # SIMCAQ + +# Dependencies + +Previous versions of Node.js do not support ECMAScript6, it is recommended to use at least version 4.5.0LTS. + +1) Install [NVM (Node Version Manager)](https://github.com/creationix/nvm) + +2) Install Node.js via NVM + +> source ~/.bashrc +> nvm install v4.5.0 + +3) Enable Node.js + +> nvm use v4.5.0 + +4) Install babel and gulp globally + +> npm install -g gulp gulp-cli babel + +5) Install project dependencies + +> npm install