Skip to content

Commit

Permalink
Sonoma broke grep (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh authored Jan 15, 2024
1 parent cc7d41a commit 942c986
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,16 @@ chmod +x shuttle-darwin-amd64
sudo mv shuttle-darwin-amd64 /usr/local/bin/shuttle
```

#### Mac OS Sonoma (broke grep)

Use ripgrep instead (rg)

```console
curl -LO https://github.com/lunarway/shuttle/releases/download/$(curl -Lso /dev/null -w %{url_effective} https://github.com/lunarway/shuttle/releases/latest | rg -o '[^/]*$')/shuttle-darwin-amd64
chmod +x shuttle-darwin-amd64
sudo mv shuttle-darwin-amd64 /usr/local/bin/shuttle
```

### Linux

```console
Expand Down

0 comments on commit 942c986

Please sign in to comment.