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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ machine underneath, so a paused workspace resumes mid-session.
With Homebrew on Apple silicon macOS or x86_64/arm64 Linux:

```sh
brew install --cask reachpad/tap/reachpad
brew install reachpad/tap/reachpad
```

Or with the checksum-verifying installer:
Expand Down Expand Up @@ -60,7 +60,7 @@ reachpad completions fish
```

`reachpad update` respects how Reachpad was installed: Homebrew installs are
directed to `brew upgrade --cask reachpad`, while installer-managed binaries
directed to `brew upgrade reachpad`, while installer-managed binaries
are updated in place after the release checksum is verified.

Docs: [reachpad.dev/docs/cli](https://reachpad.dev/docs/cli)
Expand Down
Loading