Skip to content

Commit 7a86d8b

Browse files
author
tlipinski
committed
docs: add installation instructions for Arch Linux using AUR
1 parent cafc608 commit 7a86d8b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Rura transforms the tedious "edit, up-arrow, rerun" shell cycle into a fluid, in
2020

2121
Check the [Releases](https://github.com/tlipinski/rura/releases) page for pre-compiled binaries for your platform.
2222

23+
**Arch Linux (AUR)**: Install via your AUR helper:
24+
25+
```bash
26+
# Pre-compiled binary
27+
yay -S rura-bin
28+
29+
# Build from latest git source
30+
yay -S rura-git
31+
```
32+
2333
Alternatively, you can install Rura from source using Cargo:
2434

2535
```bash

0 commit comments

Comments
 (0)