Skip to content

Commit 5fcae86

Browse files
committed
docs: add one-line macOS install command to Try the Demo section
1 parent 340e05b commit 5fcae86

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,19 @@ nucleus.application {
6868

6969
## Try the Demo
7070

71-
A pre-built demo application is available on the [GitHub Releases page](https://github.com/kdroidFilter/Nucleus/releases). Download the installer for your platform and see Nucleus features in action:
71+
A pre-built demo application is available on the [GitHub Releases page](https://github.com/kdroidFilter/Nucleus/releases). Download the installer for your platform and see Nucleus features in action.
72+
73+
**On macOS**, install and launch the demo with a single command:
74+
75+
```bash
76+
curl -fsSL https://nucleus.kdroidfilter.com/install.sh | bash
77+
```
78+
79+
This automatically detects your architecture (Apple Silicon or Intel), downloads the latest release, installs it to `/Applications`, and launches the app.
80+
81+
**On other platforms**, download the appropriate installer from the [releases page](https://github.com/kdroidFilter/Nucleus/releases).
82+
83+
Here's what you'll see:
7284

7385
- **AOT Cache** — Near-instant cold startup powered by JDK 25+ ahead-of-time class loading
7486
- **Material Decorated Window** — Custom title bar with native window controls, automatically themed with Material 3

0 commit comments

Comments
 (0)