diff --git a/content/v1/install.md b/content/v1/install.md index 73b718ed..47ea24d9 100644 --- a/content/v1/install.md +++ b/content/v1/install.md @@ -34,7 +34,7 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: ```bash -$ brew tap fermyon/tap +$ brew tap spinframework/tap ``` Install Spin: @@ -42,10 +42,10 @@ Install Spin: ```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. +> Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `spinframework` tap, as shown above. **Installer script** @@ -96,7 +96,7 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: ```bash -$ brew tap fermyon/tap +$ brew tap spinframework/tap ``` Install Spin: @@ -104,10 +104,10 @@ Install Spin: ```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. +> Note: `brew install spin` will **not** install the Spin framework. Spin is accessed from the `spinframework` tap, as shown above. **Installer script** diff --git a/content/v1/upgrade.md b/content/v1/upgrade.md index 26a1abe9..4c87557e 100644 --- a/content/v1/upgrade.md +++ b/content/v1/upgrade.md @@ -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 diff --git a/content/v2/install.md b/content/v2/install.md index d2c77e2d..271edd1c 100644 --- a/content/v2/install.md +++ b/content/v2/install.md @@ -33,7 +33,7 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: ```bash -$ brew tap fermyon/tap +$ brew tap spinframework/tap ``` Install Spin: @@ -41,10 +41,10 @@ Install Spin: ```bash -$ brew install fermyon/tap/spin +$ brew install spinframework/tap/spin ``` -> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above. +> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above. **Installer script** @@ -95,7 +95,7 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: ```bash -$ brew tap fermyon/tap +$ brew tap spinframework/tap ``` Install Spin: @@ -103,10 +103,10 @@ Install Spin: ```bash -$ brew install fermyon/tap/spin +$ brew install spinframework/tap/spin ``` -> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above. +> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above. **Installer script** diff --git a/content/v2/upgrade.md b/content/v2/upgrade.md index 94c5198e..99188fce 100644 --- a/content/v2/upgrade.md +++ b/content/v2/upgrade.md @@ -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 diff --git a/content/v3/cache.md b/content/v3/cache.md index 18c7ff56..2d219e2d 100644 --- a/content/v3/cache.md +++ b/content/v3/cache.md @@ -25,7 +25,7 @@ Spin uses similar layouts across Linux, MacOS and Windows platforms, but the pat | Name | Linux | MacOS | Windows | |---------------------|------------------------------------------|--------------------------------------|-------------------| -| `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` | +| `DATA_DIR` | `$XDG_DATA_HOME` or `$HOME/.local/share` | `$HOME/Library/Application Support`, or `$HOMEBREW_PREFIX/etc/fermyon-spin` for Spin =v3.2 if installed using Homebrew | `%LOCALAPPDATA%` or `%USERPROFILE%\AppData\Local` | | `CACHE_DIR` | `$XDG_CACHE_HOME` or `$HOME/.cache` | `$HOME/Library/Caches` | `%LOCALAPPDATA%` or `%USERPROFILE%\AppData\Local` | 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,7 +38,7 @@ These directories are based on the [XDG specification](https://specifications.fr 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. -> Note: If you [install Spin](./install) using Homebrew, the plugins are stored at `$HOMEBREW_PREFIX/fermyon-spin/plugins`. +> Note: If you [install Spin](./install) using Homebrew, the plugins are stored at `$HOMEBREW_PREFIX/spinframework-spin/plugins` (previously `$HOMEBREW_PREFIX/fermyon-spin/plugins`). 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. @@ -46,7 +46,7 @@ If you delete the plugins directory, you will no longer be able to run your plug Installed templates are stored in `(DATA_DIR)/spin/templates`. -> Note: If you [install Spin](install) using Homebrew, the templates are stored at `$HOMEBREW_PREFIX/fermyon-spin/templates`. +> 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`). 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. diff --git a/content/v3/install.md b/content/v3/install.md index 83ccf77c..bcf09c97 100644 --- a/content/v3/install.md +++ b/content/v3/install.md @@ -33,7 +33,7 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: ```bash -$ brew tap fermyon/tap +$ brew tap spinframework/tap ``` Install Spin: @@ -41,10 +41,10 @@ Install Spin: ```bash -$ brew install fermyon/tap/spin +$ brew install spinframework/tap/spin ``` -> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above. +> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above. **Installer script** @@ -95,7 +95,7 @@ Install the Fermyon tap, which Homebrew tracks, updates, and installs Spin from: ```bash -$ brew tap fermyon/tap +$ brew tap spinframework/tap ``` Install Spin: @@ -103,10 +103,10 @@ Install Spin: ```bash -$ brew install fermyon/tap/spin +$ brew install spinframework/tap/spin ``` -> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `fermyon` tap, as shown above. +> Note: `brew install spin` will **not** install Spin framework. Spin is accessed from the `spinframework` tap, as shown above. **Installer script** diff --git a/content/v3/upgrade.md b/content/v3/upgrade.md index 2dc55be6..87f93065 100644 --- a/content/v3/upgrade.md +++ b/content/v3/upgrade.md @@ -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