Updates
Rolling release / release (push) Successful in 4m2s
CI / verify (push) Successful in 5m27s

This commit is contained in:
2026-09-11 15:14:22 -04:00
parent 9712bed6f3
commit fede00f902
4 changed files with 98 additions and 1 deletions
+13
View File
@@ -6,6 +6,19 @@ Ubuntu GNOME 24.04 or newer, Node.js 22.17+, PipeWire/WirePlumber, GNOME
desktop portals, GTK4/libadwaita, AT-SPI2, and a QVAC-visible GPU are required
for the full runtime. See [hardware compatibility](hardware-compatibility.md).
## Web installation
For the current Gitea rolling build:
~~~bash
curl -fsSL https://git.ssh.surf/snxraven/gnome-jarvis/raw/branch/main/packaging/web-installer.sh | bash -s -- --enable
~~~
The installer downloads the source archive at the `rolling` ref and delegates
to the repository installer. Omit `--enable` to copy files without starting
the service. Pin a reviewed ref or use a mirror with `JARVIS_REF`,
`JARVIS_SERVER`, and `JARVIS_REPO`.
## Development start
```bash