1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #38 from mosleim/patch-1

Fix command installation
This commit is contained in:
Ginger Collison
2019-06-27 13:04:26 -05:00
committed by GitHub

View File

@@ -7,8 +7,8 @@ If you have a client library installed, you can try using a bundled client. Othe
### If you have Go installed: ### If you have Go installed:
``` ```
> go get https://github.com/nats-io/go-nats-examples/tools/nats-pub > go get github.com/nats-io/go-nats-examples/tools/nats-pub
> go get https://github.com/nats-io/go-nats-examples/tools/nats-sub > go get github.com/nats-io/go-nats-examples/tools/nats-sub
``` ```
### Or download a zip file ### Or download a zip file