mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Merge pull request #6336 from PascalBourdier/master
install doc : avoid name conflict
This commit is contained in:
commit
62bed38c11
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ inside is all that is necessary to run Packer (or `packer.exe` for Windows). Any
|
|||
additional files, if any, aren't required to run Packer.
|
||||
|
||||
Copy the binary to anywhere on your system. If you intend to access it from the
|
||||
command-line, make sure to place it somewhere on your `PATH`.
|
||||
command-line, make sure to place it somewhere on your `PATH` before /usr/sbin.
|
||||
|
||||
## Compiling from Source
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue