hashicorp / packer-sdk-migrator

cli tool to help plugin maintainers update from packer v1.5.0 style plugins to packer style v1.7.0 plugins
Mozilla Public License 2.0
4 stars 3 forks source link

update README on Installation #4

Open 0guanhua0 opened 3 years ago

0guanhua0 commented 3 years ago

original command results in error

go install: version is required when current directory is not in a module
        Try 'go install github.com/hashicorp/packer-sdk-migrator@latest' to install the latest version

command works for me

go install github.com/hashicorp/packer-sdk-migrator@latest
# if GOBIN not set
$HOME/go/bin/packer-sdk-migrator