From 424da7e232b82b697abd3d763fea2b46319df66d Mon Sep 17 00:00:00 2001 From: Sandwich Date: Thu, 9 Apr 2026 03:51:39 +0200 Subject: [PATCH] Add Arch Linux (AUR) install instructions to README Adds "Install Path 3: Arch Linux (AUR)" section covering both AUR helper and manual makepkg installation, linking to the published remoteterm-meshcore AUR package. Closes #171 --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 2512b29..83ab993 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,29 @@ To stop: sudo docker compose down ``` +## Install Path 3: Arch Linux (AUR) + +A [`remoteterm-meshcore`](https://aur.archlinux.org/packages/remoteterm-meshcore) package is available in the AUR. Install it with an AUR helper or build it manually: + +```bash +# with an AUR helper +yay -S remoteterm-meshcore + +# or manually +git clone https://aur.archlinux.org/remoteterm-meshcore.git +cd remoteterm-meshcore +makepkg -si +``` + +Configure your radio connection, then start the service: + +```bash +sudo vi /etc/remoteterm-meshcore/remoteterm.env +sudo systemctl enable --now remoteterm-meshcore +``` + +Access the app at http://localhost:8000. + ## Standard Environment Variables Only one transport may be active at a time. If multiple are set, the server will refuse to start.