aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index babec3069..aff8b2c08 100644
--- a/README.md
+++ b/README.md
@@ -64,21 +64,19 @@ sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install nodejs-legacy
-sudo npm install -g gulp
-sudo npm install -g mocha
```
## Building
```bash
-gulp
+npm run-script build
```
### Testing
```bash
-mocha
+npm test
```
**Please note this repo is in it's early stage.**