From a7cfcc3634eb0b5e55f5389a68596310a2e1b09d Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 26 Aug 2016 21:51:07 -0700 Subject: [PATCH] Tweaks platform information in the README. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8d73d7ba2..221f3a8ae9 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ Consul provides several key features: * **Multi-Datacenter** - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. -Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the -Consul servers only on Linux, however. +Consul runs on Linux, Mac OS X, FreeBSD, Solaris, and Windows. ## Quick Start @@ -56,7 +55,7 @@ $ bin/consul ... ``` -*note: `make` will also place a copy of the binary in the first part of your $GOPATH* +*Note: `make` will also place a copy of the binary in the first part of your `$GOPATH`.* You can run tests by typing `make test`. @@ -85,4 +84,4 @@ with MinGW. ## Vendoring Consul currently uses [govendor](https://github.com/kardianos/govendor) for -vendoring. \ No newline at end of file +vendoring.