Merge pull request 'Update README.md - Add Solus install instructions' (#92) from clintre/HelixNotes:main into main

Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/92
This commit is contained in:
ArkHost
2026-06-11 09:12:03 +02:00
+6
View File
@@ -26,6 +26,12 @@ yay -S helixnotes-appimage-bin
curl -fsSL https://repo.arkhost.com/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/arkhost.gpg && echo "deb [signed-by=/usr/share/keyrings/arkhost.gpg arch=amd64] https://repo.arkhost.com stable main" | sudo tee /etc/apt/sources.list.d/helixnotes.list && sudo apt update && sudo apt install helix-notes
```
#### Solus (EOPKG)
```bash
sudo eopkg it helixnotes
```
#### NixOS
<details>