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

Fix command installation

remove `https://` from `go get https://github...`
This commit is contained in:
muhammad bukhori muslim 2019-06-27 20:51:10 +07:00 committed by GitHub
parent 736dfcad00
commit 6b926df5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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