Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation document #184

Merged
merged 1 commit into from
Aug 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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