update contributing link

This commit is contained in:
Matthew Hooker 2018-04-02 10:59:59 -07:00
parent ce04476931
commit 70426af4eb
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 5 additions and 3 deletions

View File

@ -91,7 +91,7 @@ testrace: deps ## Test for race conditions
@go test -race $(TEST) $(TESTARGS) -timeout=2m @go test -race $(TEST) $(TESTARGS) -timeout=2m
updatedeps: updatedeps:
@echo "INFO: Packer deps are managed by govendor. See CONTRIBUTING.md" @echo "INFO: Packer deps are managed by govendor. See .github/CONTRIBUTING.md"
help: help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

View File

@ -43,8 +43,10 @@ for those with a bit more patience. Otherwise, the quick start below
will get you up and running quickly, at the sacrifice of not explaining some will get you up and running quickly, at the sacrifice of not explaining some
key points. key points.
First, [download a pre-built Packer binary](https://www.packer.io/downloads.html) First, [download a pre-built Packer
for your operating system or [compile Packer yourself](CONTRIBUTING.md#setting-up-go-to-work-on-packer). binary](https://www.packer.io/downloads.html) for your operating system or
[compile Packer
yourself](https://github.com/hashicorp/packer/blob/master/.github/CONTRIBUTING.md#setting-up-go-to-work-on-packer).
After Packer is installed, create your first template, which tells Packer After Packer is installed, create your first template, which tells Packer
what platforms to build images for and how you want to build them. In our what platforms to build images for and how you want to build them. In our