Skip to content

Commit

Permalink
Simplify installation with brew (#534)
Browse files Browse the repository at this point in the history
You don't actually need to tap a brew directory before installation. Tapping would happen automatically before installation.
  • Loading branch information
skatkov authored Jun 24, 2024
1 parent a2eac81 commit 6ddae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ manager:

```bash
# macOS or Linux
brew tap charmbracelet/tap && brew install charmbracelet/tap/soft-serve
brew install charmbracelet/tap/soft-serve

# Windows (with Winget)
winget install charmbracelet.soft-serve
Expand Down

0 comments on commit 6ddae64

Please sign in to comment.