Skip to content

Commit

Permalink
add AUR instructions (#3)
Browse files Browse the repository at this point in the history
* add AUR instructions
* keeping controls high up on the README
  • Loading branch information
orhun authored Jul 31, 2024
1 parent 49cf49f commit 51f9051
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 51f9051

Please sign in to comment.