From 1d69c6b9a5f495dc1530e591fde2dbc525c771b2 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 21 Jul 2023 13:24:32 +0200 Subject: [PATCH] readme: add installation instructions for void linux --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8c365..c63b33c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Native Gtk client for Lemmy (beta) | Platform | Command | | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | Flathub | | -| AUR | https://aur.archlinux.org/packages/lemoa-git | +| AUR | [paru -S lemoa-git](https://aur.archlinux.org/packages/lemoa-git) | +| Void Linux | xbps-install -S lemoa | If you don't use any of these platforms, consider [building the app from source](#Building).