diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-12 00:13:32 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-12 00:13:32 +0800 |
commit | b915c7a87069e43b82c43535a0e3b0b8bc4761a1 (patch) | |
tree | 87a57214522482ba1d4a126449e35fee2fc447be | |
parent | 6c26255979fe8249932beed88e284cf43b806cf7 (diff) | |
download | dexon-b915c7a87069e43b82c43535a0e3b0b8bc4761a1.tar.gz dexon-b915c7a87069e43b82c43535a0e3b0b8bc4761a1.tar.zst dexon-b915c7a87069e43b82c43535a0e3b0b8bc4761a1.zip |
updated readme
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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.** |