You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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`|
29
29
|`CACHE_DIR`|`$XDG_CACHE_HOME` or `$HOME/.cache`|`$HOME/Library/Caches`|`%LOCALAPPDATA%` or `%USERPROFILE%\AppData\Local`|
30
30
31
31
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
38
38
39
39
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.
40
40
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`).
42
42
43
43
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.
44
44
45
45
## Templates
46
46
47
47
Installed templates are stored in `(DATA_DIR)/spin/templates`.
48
48
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`).
50
50
51
51
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.
0 commit comments