You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`pack` can be installed via [Homebrew](https://brew.sh/):
39
-
39
+
40
40
```bash
41
41
brew install buildpacks/tap/pack
42
42
```
@@ -59,7 +59,7 @@
59
59
- &manually
60
60
name: Manually
61
61
content: |
62
-
To manually install `pack`, visit the [releases page on GitHub](https://github.com/buildpacks/pack/releases).
62
+
To manually install `pack`, visit the [releases page on GitHub](https://github.com/buildpacks/pack/releases).
63
63
1. Download the `.tgz` or `.zip` file for your platform
64
64
2. Extract the `pack` binary
65
65
3. (Optional) Add the directory containing `pack` to `PATH`
@@ -68,6 +68,19 @@
68
68
methods:
69
69
- *container
70
70
- *homebrew
71
+
- name: Script Install
72
+
content: |
73
+
The following command will download the latest version of `pack` from [GitHub](https://github.com/buildpacks/pack/releases) and install it in `/usr/local/bin/`.
0 commit comments