Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@

## 📦 Installation

### Using `cargo`

```zsh
cargo install rushstr
```

> Requires [Rust](https://www.rust-lang.org/tools/install)

### From source

```zsh
git clone https://github.com/donhk/rushstr.git
cd rushstr
cargo build --release
./target/release/rushstr
```

## Pre-built binaries

### 🔧 MacOS
Expand All @@ -56,6 +39,23 @@ curl -sSL https://raw.githubusercontent.com/donhk/rushstr/main/install.sh | zsh

---

### Using `cargo`

```zsh
cargo install rushstr
```

> Requires [Rust](https://www.rust-lang.org/tools/install)

### From source

```zsh
git clone https://github.com/donhk/rushstr.git
cd rushstr
cargo build --release
./target/release/rushstr
```

## 🎮 Keybindings

| Key Combo | Action |
Expand Down