From d89e91143bd23bf723ef2c6a27719ff628432260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Milo=C5=A1evi=C4=87?= Date: Sun, 21 Oct 2018 22:47:53 +0200 Subject: [PATCH] Fix NATS install instruction (#423) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milošević --- docs/dev-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-guide.md b/docs/dev-guide.md index a1faab37..4011df3c 100644 --- a/docs/dev-guide.md +++ b/docs/dev-guide.md @@ -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: