Update README

This commit is contained in:
Mitchell Hashimoto 2013-09-03 08:53:29 -07:00
parent 822c52c46f
commit 907ca4d951
1 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ $ bin/packer
You can run tests by typing `make test`. You can run tests by typing `make test`.
Before submitting a pull-request, please run `make format` to automatically fix
any coding style issues.
This will run tests for Packer core along with all the core builders and commands and such that come with Packer. This will run tests for Packer core along with all the core builders and commands and such that come with Packer.
If you make any changes to the code, run `make format` in order to automatically
format the code according to Go standards.