aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-12 00:13:32 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-12 00:13:32 +0800
commitb915c7a87069e43b82c43535a0e3b0b8bc4761a1 (patch)
tree87a57214522482ba1d4a126449e35fee2fc447be
parent6c26255979fe8249932beed88e284cf43b806cf7 (diff)
downloaddexon-b915c7a87069e43b82c43535a0e3b0b8bc4761a1.tar.gz
dexon-b915c7a87069e43b82c43535a0e3b0b8bc4761a1.tar.zst
dexon-b915c7a87069e43b82c43535a0e3b0b8bc4761a1.zip
updated readme
-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.**