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

updated go get instructions

This commit is contained in:
Alberto Ricart 2019-06-11 11:19:24 -05:00
parent b28a39477d
commit 514234be6d

View File

@ -90,7 +90,7 @@ Archive: nats-server.zip
If you have Go installed, installing the binary is easy:
```
> go get github.com/nats-io/nats-server
> GO111MODULE=on go get github.com/nats-io/nats-server/v2
```
This mechanism will install a build of [master](https://github.com/nats-io/nats-server), which almost certainly will not be a released version. If you are a developer and want to play with the latest, this is the easiest way.