Skip to content

Commit

Permalink
Fix NATS install instruction (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milošević <iva@blokovi.com>
  • Loading branch information
blokovi authored and drasko committed Oct 21, 2018
1 parent 96bcc4c commit d89e911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d89e911

Please sign in to comment.