Browse Source

updated readme

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
b915c7a870
  1. 6
      README.md

6
README.md

@ -64,21 +64,19 @@ sudo apt-get update
sudo apt-get install nodejs sudo apt-get install nodejs
sudo apt-get install npm sudo apt-get install npm
sudo apt-get install nodejs-legacy sudo apt-get install nodejs-legacy
sudo npm install -g gulp
sudo npm install -g mocha
``` ```
## Building ## Building
```bash ```bash
gulp npm run-script build
``` ```
### Testing ### Testing
```bash ```bash
mocha npm test
``` ```
**Please note this repo is in it's early stage.** **Please note this repo is in it's early stage.**

Loading…
Cancel
Save