mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix note not showing up
This commit is contained in:
parent
1a8dd4b63f
commit
d155ec0815
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Note that Packer checks the plugin installation directory against the `required_
|
|||
### Installation directory
|
||||
|
||||
By default, Packer installs plugins into the plugins directory at `$HOME/.config/packer/plugins` on Unix and `%APPDATA%\packer.d\plugins` on Windows, but you can specify a different directory using the `PACKER_PLUGIN_PATH` environment variable.
|
||||
|
||||
~> Note: Plugin installation requires access to temporary files under `TMPDIR`. If the system's temp directory is non-writable or non-executable, use TMPDIR to override the location of the temporary file store used by Packer.
|
||||
Refer to the [Packer configuration reference](/packer/docs/configure) for additional information.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue