Tweaks platform information in the README.

This commit is contained in:
James Phillips 2016-08-26 21:51:07 -07:00 committed by GitHub
parent 5dc274d446
commit dceda4db27
1 changed files with 3 additions and 4 deletions

View File

@ -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.
vendoring.