mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Fix reference to "master" of nats-server
This commit is contained in:
parent
4e693c3a9a
commit
cd1aebdf8b
@ -2634,7 +2634,7 @@ Archive: nats-server.zip
|
||||
</code></pre><h3 id="installing-from-the-source"><a name="installing-from-the-source" class="plugin-anchor" href="#installing-from-the-source"><i class="fa fa-link" aria-hidden="true"></i></a>Installing From the Source</h3>
|
||||
<p>If you have Go installed, installing the binary is easy:</p>
|
||||
<pre class="language-"><code>> GO111MODULE=on go get github.com/nats-io/nats-server/v2
|
||||
</code></pre><p>This mechanism will install a build of <a href="https://github.com/nats-io/nats-server" target="_blank">master</a>, 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. </p>
|
||||
</code></pre><p>This mechanism will install a build of the <a href="https://github.com/nats-io/nats-server" target="_blank">main development branch</a>, 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. </p>
|
||||
<p>To test your installation (provided the $GOPATH/bin is set):</p>
|
||||
<pre class="language-"><code>> nats-server
|
||||
[41634] 2019/05/13 09:42:11.745919 [INF] Starting nats-server version 2.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user