-
Notifications
You must be signed in to change notification settings - Fork 12
Update Homebrew installation to use spinframework tap #37
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,15 +34,15 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: | |
| <!-- @selectiveCpy --> | ||
|
|
||
| ```bash | ||
| $ brew tap fermyon/tap | ||
| $ brew tap spinframework/tap | ||
| ``` | ||
|
|
||
| Install Spin: | ||
|
|
||
| <!-- @selectiveCpy --> | ||
|
|
||
| ```bash | ||
| $ brew install fermyon/tap/spin | ||
| $ brew install spinframework/tap/spin | ||
| ``` | ||
|
|
||
| > Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `fermyon` tap, as shown above. | ||
|
||
|
|
@@ -96,15 +96,15 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: | |
| <!-- @selectiveCpy --> | ||
|
|
||
| ```bash | ||
| $ brew tap fermyon/tap | ||
| $ brew tap spinframework/tap | ||
| ``` | ||
|
|
||
| Install Spin: | ||
|
|
||
| <!-- @selectiveCpy --> | ||
|
|
||
| ```bash | ||
| $ brew install fermyon/tap/spin | ||
| $ brew install spinframework/tap/spin | ||
| ``` | ||
|
|
||
| > Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `fermyon` tap, as shown above. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sanity check that it's correct to use the new tap for old (v1 and v2) versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With brew you can't use old versions of Spin -- rather you can only pull latest. People using older Spin will be on the fermyon tap still. I'm not sure what is best here. Happy to update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for explaining! No need to change!