heroku / buildpacks-ruby

Heroku's Cloud Native Buildpack for Ruby applications.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

No available formula with the name "pack" #249

Closed dentarg closed 7 months ago

dentarg commented 9 months ago

The README says:

To use the currently deployed heroku/ruby buildpack locally, you'll need a copy of pack installed. On a mac you can run:

$ brew install pack

but when I try this it fails:

$ brew info pack
Error: No available formula with the name "pack". Did you mean packr, spack, hpack, mpack, ack or pick?
$ brew -v
Homebrew 4.2.4
$ brew update
Already up-to-date.
dentarg commented 8 months ago

@edmorley @schneems can you help out? how do I get pack?

edmorley commented 8 months ago

For Pack install instructions, see: https://buildpacks.io/docs/tools/pack/

@schneems Please can you fix the README (I suggest linking to https://buildpacks.io/docs/tools/pack/ instead of inlining the install steps, given there are other OSes, and also the current steps are wrong).

edmorley commented 7 months ago

The docs were fixed in #263.