From 51f9051a115ef9f3a97e669f7fc6bfe05420a8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 1 Aug 2024 02:00:07 +0300 Subject: [PATCH] add AUR instructions (#3) * add AUR instructions * keeping controls high up on the README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 130308c..381fdd3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,19 @@ lifecycler The resolution is determined by the character-wise dimensions of your terminal- so zoom out in your terminal for more detail, zoom in for a more pixelated look. -## manual installation +## other install methods + +### distro packages + +#### AUR + +Arch Linux users can also install [from the AUR](https://aur.archlinux.org/packages/lifecycler) using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers): + +```sh +paru -S lifecycler +``` + +### manually Alternatively you can manually download an executable from the [itch.io page](https://cxreiff.itch.io/lifecycler) or [github releases](https://github.com/cxreiff/lifecycler/releases).