Skip to content

Commit

Permalink
Merge pull request #184 from inductor/patch-2
Browse files Browse the repository at this point in the history
Update installation document
  • Loading branch information
jromero authored Aug 19, 2020
2 parents a679b06 + 0a78bd4 commit 77eeef1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/docs/install-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ You can install the most recent version of `pack` (version **{{< latest >}}**) a
* [Linux](#linux)
* [Windows](#windows)

### macOS
### Homebrew on macOS and Linux

To install `pack` on macOS, the easiest way is to use Homebrew:
To install `pack` on macOS and Linux, the easiest way is to use Homebrew:

```bash
brew install buildpacks/tap/pack
Expand All @@ -26,7 +26,9 @@ brew install buildpacks/tap/pack
<hr/>

### Linux
### Alternative installation on Linux

`pack` is available on GitHub releases so you can directly get and install it.

```bash
wget https://github.com/buildpacks/pack/releases/download/v{{< latest >}}/pack-v{{< latest >}}-linux.tgz
Expand Down

0 comments on commit 77eeef1

Please sign in to comment.