diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-15 21:30:34 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-15 21:30:34 +0800 |
commit | 6a4b4f34498160e615de7f16eadd014e472c275d (patch) | |
tree | f1d53a8712dbc56683cab4edd8fd0be828b7d314 | |
parent | d0473d6d83b96986073fca115154177166fa3dbb (diff) | |
download | go-tangerine-6a4b4f34498160e615de7f16eadd014e472c275d.tar.gz go-tangerine-6a4b4f34498160e615de7f16eadd014e472c275d.tar.zst go-tangerine-6a4b4f34498160e615de7f16eadd014e472c275d.zip |
fixed readme
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -66,16 +66,16 @@ sudo apt-get install npm sudo apt-get install nodejs-legacy ``` -## Building +### Building (gulp) -```bash (gulp) +```bash npm run-script build ``` -### Testing +### Testing (mocha) -```bash (mocha) +```bash npm test ``` |