Skip to content

Update Homebrew installation to use spinframework tap #1484

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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: 4 additions & 4 deletions content/spin/v1/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Fermyon's Spin framework. Fermyon Spin is accessed from the `fermyon` tap, as shown above.
Expand Down Expand Up @@ -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 Fermyon's Spin framework. Fermyon Spin is accessed from the `fermyon` tap, as shown above.
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v1/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you installed Spin using [Homebrew](https://brew.sh/) please use the followin

```bash
$ brew update
$ brew upgrade fermyon/tap/spin
$ brew upgrade spinframework/tap/spin
```

## Troubleshooting
Expand Down
8 changes: 4 additions & 4 deletions content/spin/v2/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,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 Fermyon's Spin framework. Fermyon Spin is accessed from the `fermyon` tap, as shown above.
Expand Down Expand Up @@ -95,15 +95,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 Fermyon's Spin framework. Fermyon Spin is accessed from the `fermyon` tap, as shown above.
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you installed Spin using [Homebrew](https://brew.sh/) please use the followin

```bash
$ brew update
$ brew upgrade fermyon/tap/spin
$ brew upgrade spinframework/tap/spin
```

### Cargo
Expand Down
8 changes: 4 additions & 4 deletions content/spin/v3/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,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 Fermyon's Spin framework. Fermyon Spin is accessed from the `fermyon` tap, as shown above.
Expand Down Expand Up @@ -95,15 +95,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 Fermyon's Spin framework. Fermyon Spin is accessed from the `fermyon` tap, as shown above.
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v3/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you installed Spin using [Homebrew](https://brew.sh/) please use the followin

```bash
$ brew update
$ brew upgrade fermyon/tap/spin
$ brew upgrade spinframework/tap/spin
```

### Cargo
Expand Down
Loading