Fix readme instructions

This commit is contained in:
József Farkas
2016-05-07 23:26:42 +02:00
parent 71f1d16051
commit b48fbdd44d
4 changed files with 5 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ Agent is in a preliminary state. You can click around, and most interactions wil
git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run build
```
In the repository you can find a `gulpfile.js` for running [browsersync](https://www.browsersync.io/), which speeds up the development process. You can fire it up with `gulp serve`.