Tweaks platform information in the README.
This commit is contained in:
parent
5dc274d446
commit
dceda4db27
|
@ -25,8 +25,7 @@ Consul provides several key features:
|
||||||
* **Multi-Datacenter** - Consul is built to be datacenter aware, and can
|
* **Multi-Datacenter** - Consul is built to be datacenter aware, and can
|
||||||
support any number of regions without complex configuration.
|
support any number of regions without complex configuration.
|
||||||
|
|
||||||
Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the
|
Consul runs on Linux, Mac OS X, FreeBSD, Solaris, and Windows.
|
||||||
Consul servers only on Linux, however.
|
|
||||||
|
|
||||||
## Quick Start
|
## 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`.
|
You can run tests by typing `make test`.
|
||||||
|
|
||||||
|
@ -85,4 +84,4 @@ with MinGW.
|
||||||
## Vendoring
|
## Vendoring
|
||||||
|
|
||||||
Consul currently uses [govendor](https://github.com/kardianos/govendor) for
|
Consul currently uses [govendor](https://github.com/kardianos/govendor) for
|
||||||
vendoring.
|
vendoring.
|
||||||
|
|
Loading…
Reference in New Issue