Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on troubleshooting 'packer plugins install' #6

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ go build -ldflags="-X github.com/hashicorp/packer-plugin-scaffolding/version.Ver
packer plugins install --path packer-plugin-scaffolding github.com/hashicorp/scaffolding
```

> [!TIP]
>
> If executing the `packer plugins install` reports an error, please make sure the version of `packer` command is the
> latest. To upgrade to the latest version, please refer to
> [Packer's documentation](https://developer.hashicorp.com/packer/tutorials/docker-get-started/get-started-install-cli)

### Build on *nix systems
Unix like systems with the make, sed, and grep commands installed can use the `make dev` to execute the build from source steps.

Expand Down
Loading