Created
July 20, 2019 07:27
-
-
Save vasyakrg/03b94bfc13278414828a0900e8f26218 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p $(go env GOPATH)/src/github.com/hashicorp && cd $_ | |
| git clone https://github.com/hashicorp/packer.git | |
| cd packer | |
| make dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment