mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
docs: add AUR install (stable and -git package sets)
Document the two AUR channels: strata-daemon + gnome-shell-extension-strata (stable, tagged) and strata-daemon-git + gnome-shell-extension-strata-git (latest main). Install both packages from one channel; don't mix. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6f0f7db513
commit
e2972de37a
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
|
@ -36,6 +36,32 @@ GNOME Shell (GJS) ──D-Bus──▶ strata-daemon ──▶ SQLite (~/.lo
|
|||
|
||||
## Install
|
||||
|
||||
### Arch Linux (AUR)
|
||||
|
||||
Strata is split into a daemon package and an extension package; install both.
|
||||
Two channels are available -- pick one channel and don't mix them:
|
||||
|
||||
- **Stable (tagged releases):** `strata-daemon` + `gnome-shell-extension-strata`
|
||||
- **Git (latest `main`):** `strata-daemon-git` + `gnome-shell-extension-strata-git`
|
||||
|
||||
```sh
|
||||
# Stable
|
||||
paru -S strata-daemon gnome-shell-extension-strata
|
||||
|
||||
# or Git
|
||||
paru -S strata-daemon-git gnome-shell-extension-strata-git
|
||||
```
|
||||
|
||||
(Use your AUR helper of choice, e.g. `yay` instead of `paru`.) Then log out /
|
||||
log back in (Wayland) or `Alt+F2` → `r` (X11) and enable:
|
||||
|
||||
```sh
|
||||
gnome-extensions enable strata@edu4rdshl.dev
|
||||
```
|
||||
|
||||
The daemon is installed to `/usr/bin/strata-daemon` (already in `$PATH`), so
|
||||
the extension finds it automatically.
|
||||
|
||||
### From source (local build)
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue