1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00

Fix NATS install instruction (#423)

Signed-off-by: Ivan Milošević <iva@blokovi.com>
This commit is contained in:
Ivan Milošević 2018-10-21 22:47:53 +02:00 committed by Drasko DRASKOVIC
parent 96bcc4cff4
commit d89e91143b

View File

@ -159,7 +159,7 @@ Mainflux uses NATS as it's central message bus. For development purposes (when n
To do this execute:
```
go get github.com/nats-io/go-nats
go get github.com/nats-io/gnatsd
```
This will install `gnatsd` binary that can be simply run by executing: