mirror of https://github.com/status-im/consul.git
Merge pull request #3114 from hashicorp/minor_readme_fixes
update README to mention using CONSUL_DEV
This commit is contained in:
commit
2424e31fa9
|
@ -55,6 +55,8 @@ $ bin/consul
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Note: `make` will build all os/architecture combinations. Set the environment variable CONSUL_DEV=1 to build it just for your local machine's os/architecture.*
|
||||||
|
|
||||||
*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`.
|
||||||
|
|
Loading…
Reference in New Issue