From 3648a2dc908d0ad931b3eec80ef963c15bb2b61b Mon Sep 17 00:00:00 2001 From: clintre Date: Thu, 11 Jun 2026 01:41:47 +0200 Subject: [PATCH] Update README.md - Add Solus install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bb5971b..7a63596 100644 --- a/README.md +++ b/README.md @@ -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