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

Merge pull request #27 from nats-io/update-goget

updated go get instructions
This commit is contained in:
Ginger Collison 2019-06-11 14:27:54 -05:00 committed by GitHub
commit 36b6a36e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ Archive: nats-server.zip
If you have Go installed, installing the binary is easy: 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. 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.