From 790ea0f3d5b152540de191187872ff0468884ea0 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 25 Oct 2019 10:56:28 -0500 Subject: [PATCH] Delete intro.md --- nats_streaming/gettingstarted/intro.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 nats_streaming/gettingstarted/intro.md diff --git a/nats_streaming/gettingstarted/intro.md b/nats_streaming/gettingstarted/intro.md deleted file mode 100644 index 0ecab49..0000000 --- a/nats_streaming/gettingstarted/intro.md +++ /dev/null @@ -1,5 +0,0 @@ -# Getting Started - -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. First you will need at least Go version 1.11+ installed on your machine to build the NATS Streaming Server.