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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ cargo build --release
./target/release/rushstr
```

### Pre-built binaries
## Pre-built binaries

# 🔧 MacOS
### 🔧 MacOS

```zsh
# one time
Expand All @@ -48,7 +48,7 @@ source ~/.zshrc
brew upgrade donhk/homebrew-tap/rushstr
```

# 🔧 Linux
### 🔧 Linux

```zsh
curl -sSL https://raw.githubusercontent.com/donhk/rushstr/main/install.sh | zsh
Expand Down