diff --git a/nats_streaming/gettingstarted/intro.md b/nats_streaming/gettingstarted/intro.md index 6be1634..48554be 100644 --- a/nats_streaming/gettingstarted/intro.md +++ b/nats_streaming/gettingstarted/intro.md @@ -2,5 +2,5 @@ The best way to get the NATS Streaming Server is to use one of the pre-built release binaries which are available for OSX, Linux (x86-64/ARM), Windows. -Of course you can build the latest version of the server from the master branch. The master branch will always build and pass tests, but may not work correctly in your environment. You will first need Go installed on your machine (version 1.11+ is required) to build the NATS Streaming server. +Of course you can build the latest version of the server from the master branch. The master branch will always build and pass tests, but may not work correctly in your environment. You will first need at least Go version 1.11+ installed on your machine to build the NATS Streaming Server.