Merge pull request #4616 from pvandervelde/packernugetpackage
Updated installation documentation describing NuGet as alternative installation.
This commit is contained in:
commit
bc08139106
@ -86,3 +86,24 @@ party, so it may not be the latest available version.
|
|||||||
``` {.text}
|
``` {.text}
|
||||||
$ choco install packer
|
$ choco install packer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### NuGet
|
||||||
|
|
||||||
|
If you want to use Packer on Windows in an automated build, you can use
|
||||||
|
Packer from a [nuget.org](https://nuget.org) package in either the
|
||||||
|
[64-bit](https://www.nuget.org/packages/Packer.Windows.x64/) or
|
||||||
|
[32-bit](https://www.nuget.org/packages/Packer.Windows.x86/) version. Remember
|
||||||
|
that this is updated by a 3rd party, so it may not be the latest available
|
||||||
|
version.
|
||||||
|
|
||||||
|
Install the 64-bit version
|
||||||
|
|
||||||
|
``` {.text}
|
||||||
|
$ nuget install packer.windows.x64
|
||||||
|
```
|
||||||
|
|
||||||
|
Install the 32-bit version
|
||||||
|
|
||||||
|
``` {.text}
|
||||||
|
$ nuget install packer.windows.x86
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user