Commit b55252b3 authored by Matthew Hooker's avatar Matthew Hooker

Merge pull request #601 from vogxn/master

Update README.md to include updatedeps target
parents 636e647c 826c230a
...@@ -93,3 +93,6 @@ This will run tests for Packer core along with all the core builders and command ...@@ -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 If you make any changes to the code, run `make format` in order to automatically
format the code according to Go standards. 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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment