Skip to content

Commit

Permalink
Added Brew install to docu
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 28, 2015
1 parent cc215b3 commit 681c026
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ We have created the following Windows-specific plugins:

The plugins can be used by downloading pre-built binaries, or by building the project locally and ensuring the binaries are in the correct location.

#### On Mac OSX using Homebrew

If you are using [Homebrew](http://brew.sh) you can follow these steps to install the plugins:

```
localhost$ brew install https://raw.githubusercontent.com/packer-community/packer-windows-plugins-brew/master/packer-windows-plugins.rb
```

#### On Windows Using Chocolatey

```
choco install packer-windows-plugins -pre # Only until the package is moderated
```

#### Using pre-built binaries

1. Install Packer
Expand All @@ -40,12 +54,6 @@ The plugins can be used by downloading pre-built binaries, or by building the pr
- The current working directory.
1. Change to a directory where you have packer templates, and run as usual.

#### Using Chocolatey

```
choco install packer-windows-plugins -pre # Only until the package is moderated
```

#### Using a local build

With [Go 1.2+](http://golang.org) installed, follow these steps to use these community plugins for Windows:
Expand Down

0 comments on commit 681c026

Please sign in to comment.