diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2016-01-12 10:12:55 -0500 |
---|---|---|
committer | Colin D'Souza <dscdsouza@outlook.com> | 2016-01-12 21:14:21 -0500 |
commit | 15b73b2ee1d586ba7617c028ccafcad090b9133f (patch) | |
tree | 2473e9ef021dc12deb497aa66a84e552d6d96f95 | |
parent | Update README.md (diff) | |
download | shulker-15b73b2ee1d586ba7617c028ccafcad090b9133f.tar.gz shulker-15b73b2ee1d586ba7617c028ccafcad090b9133f.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 8cc935e..1f96240 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,11 @@ ## Example ![discord-irc](http://i.giphy.com/6yj4FRw3XZt6M.gif) +```bash +In the repository folder: +$ npm install +$ npm run build # Transpile ES6 to ES5 using Babel +$ npm start -- --config /path/to/config.json # Note the extra double dash +``` + by destruc7i0n |