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:
parent
736dfcad00
commit
6b926df5ac
@ -7,8 +7,8 @@ If you have a client library installed, you can try using a bundled client. Othe
|
||||
### If you have Go installed:
|
||||
|
||||
```
|
||||
> go get https://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-pub
|
||||
> go get github.com/nats-io/go-nats-examples/tools/nats-sub
|
||||
```
|
||||
|
||||
### Or download a zip file
|
||||
|
Loading…
x
Reference in New Issue
Block a user