Fix run command in dev guide (#605)

Signed-off-by: Ivan Milošević <iva@blokovi.com>
This commit is contained in:
Ivan Milošević 2019-02-21 15:56:51 +01:00 committed by Drasko DRASKOVIC
parent b69d31817d
commit 06921fbee6
1 changed files with 2 additions and 2 deletions

View File

@ -194,11 +194,11 @@ Running of the Mainflux microservices can be tricky, as there is a lot of them a
The whole system (set of microservices) can be run with one command:
```
make run
make rundev
```
which will properly configure and run all microservices.
Please assure that MQTT microservice has `node_modules` installed, as explained in _MQTT Microservice_ chapter.
> N.B. `make run` actually calls helper script `scripts/run.sh`, so you can inspect this script for the details.
> N.B. `make rundev` actually calls helper script `scripts/run.sh`, so you can inspect this script for the details.