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
Copy file name to clipboardExpand all lines: content/en/docs/tutorial/modules.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ Install the `@mika-shell/core` and optional `@mika-shell/extra` packages via npm
39
39
npm install @mika-shell/core @mika-shell/extra
40
40
```
41
41
42
+
{{< callout type="warning" >}}
43
+
Since this is still in the testing phase, the npm package may be outdated. Please get the latest version from [Releases](https://github.com/MikaShell/mika-shell/releases)
44
+
{{< /callout >}}
45
+
42
46
*`@mika-shell/core` includes everything in `globalThis.mikaShell`.
43
47
In fact, `@mika-shell/core` mainly provides type definitions.
44
48
*`@mika-shell/extra` builds on `@mika-shell/core` and offers additional modules such as `hyprland`.
0 commit comments