Merge pull request #3146 from tylert/readme-touchup

Add a few build setup instructions to the readme
This commit is contained in:
Rickard von Essen 2016-02-04 20:30:42 +01:00
commit 65d8e0e6f6
1 changed files with 6 additions and 1 deletions

View File

@ -101,7 +101,12 @@ as a compilation tool on top of Go:
$ go get -u github.com/mitchellh/gox $ go get -u github.com/mitchellh/gox
Next, clone this repository into `$GOPATH/src/github.com/mitchellh/packer`. Next, clone this repository into `$GOPATH/src/github.com/mitchellh/packer`:
$ cd $GOPATH/src/github.com/mitchellh
$ git clone https://github.com/mitchellh/packer.git
$ cd packer
Install the necessary dependencies by running `make updatedeps` and then just Install the necessary dependencies by running `make updatedeps` and then just
type `make`. This will compile some more dependencies and then run the tests. If type `make`. This will compile some more dependencies and then run the tests. If
this exits with exit status 0, then everything is working! this exits with exit status 0, then everything is working!