Skip to content

Commit

Permalink
Update README.md to include updatedeps target
Browse files Browse the repository at this point in the history
When new dependencies are included builds on your localrepo will fail
until you have all the latest dependencies in the GOPATH. After doing
updatedeps, make will generate the packer binary.

Signed-off-by: Prasanna Santhanam <[email protected]>
  • Loading branch information
Prasanna Santhanam committed Nov 7, 2013
1 parent 636e647 commit 826c230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ This will run tests for Packer core along with all the core builders and command

If you make any changes to the code, run `make format` in order to automatically
format the code according to Go standards.

When new dependencies are added to packer you can use `make updatedeps` to
get the latest and subsequently use `make` to compile and generate the `packer` binary.

0 comments on commit 826c230

Please sign in to comment.