some extra clarity in the README

This commit is contained in:
Stephen Birarda 2015-12-03 11:42:52 -08:00
parent ea1c81ca0f
commit a741208688

View file

@ -11,11 +11,11 @@ npm install
npm start
```
To run, the console needs a build of Interface, domain-server, and assignment-client.
To run, the console needs to find a build of Interface, domain-server, and assignment-client.
The default, `npm start` tells the console to look for debug builds of those binaries in a build folder beside the console folder.
The command `npm start` tells the console to look for debug builds of those binaries in a build folder beside this console folder.
If you want to use release builds use `npm run local-release`.
To look for release builds in the build folder, you'll want `npm run local-release`.
### Packaging