Skip to content

Commit 80b8d98

Browse files
committed
docs: update README with Homebrew installation instructions and refine Cargo section
1 parent 464da9f commit 80b8d98

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ 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+
**Homebrew (macOS/Linux)**:
24+
```bash
25+
brew install tlipinski/tap/rura
26+
```
27+
2328
**Arch Linux (AUR)**: Install via your AUR helper:
2429

2530
```bash
@@ -30,9 +35,12 @@ yay -S rura-bin
3035
yay -S rura-git
3136
```
3237

33-
Alternatively, you can install Rura from source using Cargo:
34-
38+
**Cargo**:
3539
```bash
40+
# From crates.io
41+
cargo install rura
42+
43+
# From source
3644
cargo install --git https://github.com/tlipinski/rura
3745
```
3846

0 commit comments

Comments
 (0)