From b5bd5ea1516a41e76460658d02eeb1b959131270 Mon Sep 17 00:00:00 2001 From: Yuri Karamian Date: Fri, 7 Aug 2026 00:48:40 +0200 Subject: [PATCH] Document Linux installation options --- README.md | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f5451c4..d7f103c 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,41 @@ No cloud, no lock-in. ### Linux -#### Arch / Manjaro (AUR) +#### AppImage + +The AppImage works only on Fedora 43+, Arch Linux, and openSUSE Tumbleweed (x86_64). + +[Download AppImage](https://download.helixnotes.com/releases/v1.3.4/HelixNotes_1.3.4_amd64.AppImage) + +#### Distro-specific packages + +##### Fedora 43+ (DNF) ```bash -yay -S helixnotes-appimage-bin +sudo dnf config-manager addrepo \ + --from-repofile=https://repo.arkhost.com/helixnotes.repo +sudo dnf install helix-notes ``` -#### Debian / Ubuntu / Mint (APT) +##### Debian / Ubuntu / Mint (APT) ```bash 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) +##### Arch / Manjaro (AUR) + +```bash +yay -S helixnotes-appimage-bin +``` + +##### Solus (EOPKG) ```bash sudo eopkg it helixnotes ``` -#### NixOS +##### NixOS
flake.nix @@ -90,17 +106,10 @@ sudo eopkg it helixnotes ```
-#### AppImage (Arch, Fedora 43+, openSUSE Tumbleweed) +#### Manual package downloads -[Download AppImage](https://download.helixnotes.com/releases/v1.3.4/HelixNotes_1.3.4_amd64.AppImage) - -#### .deb (manual) - -[Download .deb](https://download.helixnotes.com/releases/v1.3.4/HelixNotes_1.3.4_amd64.deb) (Ubuntu 22.04+) - -#### .rpm (manual) - -[Download .rpm](https://download.helixnotes.com/releases/v1.3.4/HelixNotes-1.3.4-1.x86_64.rpm) +- [.deb](https://download.helixnotes.com/releases/v1.3.4/HelixNotes_1.3.4_amd64.deb) (Ubuntu 22.04+) +- [.rpm](https://download.helixnotes.com/releases/v1.3.4/HelixNotes-1.3.4-1.x86_64.rpm) ### Windows