Skip to content

Commit c1518a2

Browse files
authored
Merge pull request #37 from kate-goldenring/spinframework-homebrew-tap
Update Homebrew installation to use spinframework tap
2 parents 6aa4a82 + 080016e commit c1518a2

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

content/v1/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from:
3434
<!-- @selectiveCpy -->
3535

3636
```bash
37-
$ brew tap fermyon/tap
37+
$ brew tap spinframework/tap
3838
```
3939

4040
Install Spin:
4141

4242
<!-- @selectiveCpy -->
4343

4444
```bash
45-
$ brew install fermyon/tap/spin
45+
$ brew install spinframework/tap/spin
4646
```
4747

48-
> Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `fermyon` tap, as shown above.
48+
> Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `spinframework` tap, as shown above.
4949
5050
**Installer script**
5151

@@ -96,18 +96,18 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from:
9696
<!-- @selectiveCpy -->
9797

9898
```bash
99-
$ brew tap fermyon/tap
99+
$ brew tap spinframework/tap
100100
```
101101

102102
Install Spin:
103103

104104
<!-- @selectiveCpy -->
105105

106106
```bash
107-
$ brew install fermyon/tap/spin
107+
$ brew install spinframework/tap/spin
108108
```
109109

110-
> Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `fermyon` tap, as shown above.
110+
> Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `spinframework` tap, as shown above.
111111
112112
**Installer script**
113113

content/v1/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If you installed Spin using [Homebrew](https://brew.sh/) please use the followin
109109

110110
```bash
111111
$ brew update
112-
$ brew upgrade fermyon/tap/spin
112+
$ brew upgrade spinframework/tap/spin
113113
```
114114

115115
## Troubleshooting

content/v2/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from:
3333
<!-- @selectiveCpy -->
3434

3535
```bash
36-
$ brew tap fermyon/tap
36+
$ brew tap spinframework/tap
3737
```
3838

3939
Install Spin:
4040

4141
<!-- @selectiveCpy -->
4242

4343
```bash
44-
$ brew install fermyon/tap/spin
44+
$ brew install spinframework/tap/spin
4545
```
4646

47-
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above.
47+
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above.
4848
4949
**Installer script**
5050

@@ -95,18 +95,18 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from:
9595
<!-- @selectiveCpy -->
9696

9797
```bash
98-
$ brew tap fermyon/tap
98+
$ brew tap spinframework/tap
9999
```
100100

101101
Install Spin:
102102

103103
<!-- @selectiveCpy -->
104104

105105
```bash
106-
$ brew install fermyon/tap/spin
106+
$ brew install spinframework/tap/spin
107107
```
108108

109-
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above.
109+
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above.
110110
111111
**Installer script**
112112

content/v2/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If you installed Spin using [Homebrew](https://brew.sh/) please use the followin
8787

8888
```bash
8989
$ brew update
90-
$ brew upgrade fermyon/tap/spin
90+
$ brew upgrade spinframework/tap/spin
9191
```
9292

9393
### Cargo

content/v3/cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Spin uses similar layouts across Linux, MacOS and Windows platforms, but the pat
2525

2626
| Name | Linux | MacOS | Windows |
2727
|---------------------|------------------------------------------|--------------------------------------|-------------------|
28-
| `DATA_DIR` | `$XDG_DATA_HOME` or `$HOME/.local/share` | `$HOME/Library/Application Support`, or `$HOMEBREW_PREFIX/etc/fermyon-spin` if installed using Homebrew | `%LOCALAPPDATA%` or `%USERPROFILE%\AppData\Local` |
28+
| `DATA_DIR` | `$XDG_DATA_HOME` or `$HOME/.local/share` | `$HOME/Library/Application Support`, or `$HOMEBREW_PREFIX/etc/fermyon-spin` for Spin <v3.2 and `$HOMEBREW_PREFIX/etc/spinframework-spin` for Spin >=v3.2 if installed using Homebrew | `%LOCALAPPDATA%` or `%USERPROFILE%\AppData\Local` |
2929
| `CACHE_DIR` | `$XDG_CACHE_HOME` or `$HOME/.cache` | `$HOME/Library/Caches` | `%LOCALAPPDATA%` or `%USERPROFILE%\AppData\Local` |
3030

3131
These directories are based on the [XDG specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), and specifically on the cross-platform implementation in the [Rust `dirs` crate](https://docs.rs/dirs/latest/dirs/).
@@ -38,15 +38,15 @@ These directories are based on the [XDG specification](https://specifications.fr
3838

3939
Installed plugins are stored in `(DATA_DIR)/spin/plugins`. A snapshot of the plugins registry is also stored under that directory at `(DATA_DIR)/spin/plugins/.spin-plugins`; this is structured as a Git repository.
4040

41-
> Note: If you [install Spin](./install) using Homebrew, the plugins are stored at `$HOMEBREW_PREFIX/fermyon-spin/plugins`.
41+
> Note: If you [install Spin](./install) using Homebrew, the plugins are stored at `$HOMEBREW_PREFIX/spinframework-spin/plugins` (previously `$HOMEBREW_PREFIX/fermyon-spin/plugins`).
4242
4343
If you delete the plugins directory, you will no longer be able to run your plugins (until you reinstall them), but other Spin operations will be unaffected.
4444

4545
## Templates
4646

4747
Installed templates are stored in `(DATA_DIR)/spin/templates`.
4848

49-
> Note: If you [install Spin](install) using Homebrew, the templates are stored at `$HOMEBREW_PREFIX/fermyon-spin/templates`.
49+
> Note: If you [install Spin](install) using Homebrew, the templates are stored at at `$HOMEBREW_PREFIX/spinframework-spin/templates` (previously `$HOMEBREW_PREFIX/fermyon-spin/templates`).
5050
5151
If you delete the templates directory, you will lose access to your installed templates (until you reinstall them), but other Spin operations will be unaffected.
5252

content/v3/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from:
3333
<!-- @selectiveCpy -->
3434

3535
```bash
36-
$ brew tap fermyon/tap
36+
$ brew tap spinframework/tap
3737
```
3838

3939
Install Spin:
4040

4141
<!-- @selectiveCpy -->
4242

4343
```bash
44-
$ brew install fermyon/tap/spin
44+
$ brew install spinframework/tap/spin
4545
```
4646

47-
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above.
47+
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above.
4848
4949
**Installer script**
5050

@@ -95,18 +95,18 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from:
9595
<!-- @selectiveCpy -->
9696

9797
```bash
98-
$ brew tap fermyon/tap
98+
$ brew tap spinframework/tap
9999
```
100100

101101
Install Spin:
102102

103103
<!-- @selectiveCpy -->
104104

105105
```bash
106-
$ brew install fermyon/tap/spin
106+
$ brew install spinframework/tap/spin
107107
```
108108

109-
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above.
109+
> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above.
110110
111111
**Installer script**
112112

content/v3/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If you installed Spin using [Homebrew](https://brew.sh/) please use the followin
8787

8888
```bash
8989
$ brew update
90-
$ brew upgrade fermyon/tap/spin
90+
$ brew upgrade spinframework/tap/spin
9191
```
9292

9393
### Cargo

0 commit comments

Comments
 (0)