Update Readme for local dev.

* Make sure to clone first and bootstrap second
This commit is contained in:
Geert Gerritsen 2016-02-15 12:15:16 +01:00
parent 618c81c3ba
commit 4975427e69

View file

@ -78,7 +78,8 @@ needed dependencies.
**Developing locally** **Developing locally**
For local dev first make sure Go is properly installed, including setting up a For local dev first make sure Go is properly installed, including setting up a
[GOPATH](https://golang.org/doc/code.html#GOPATH). After setting up Go, you can [GOPATH](https://golang.org/doc/code.html#GOPATH). After setting up Go, clone this
repository into `$GOPATH/src/github.com/hashicorp/nomad`. Then you can
download the required build tools such as vet, cover, godep etc by bootstrapping download the required build tools such as vet, cover, godep etc by bootstrapping
your environment. your environment.
@ -87,8 +88,7 @@ $ make bootstrap
... ...
``` ```
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/nomad`. Afterwards type `make test`. This will run the tests. If this exits with exit status 0,
Then type `make test`. This will run the tests. If this exits with exit status 0,
then everything is working! then everything is working!
```sh ```sh