Skip to content

Commit

Permalink
docs(whiskers): fix source install command (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy authored Mar 5, 2024
1 parent e8b00cc commit e8e23b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whiskers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can install Whiskers using one of the methods below:
| Installation Method | Instructions |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| crates.io | `cargo install catppuccin-whiskers` |
| Source | `cargo install --git https://github.com/catppuccin/toolbox whiskers` |
| Source | `cargo install --git https://github.com/catppuccin/toolbox catppuccin-whiskers` |
| Homebrew | `brew install catppuccin/tap/whiskers` |
| Nix | `nix profile install github:catppuccin/toolbox#whiskers`<br/>`nix run github:catppuccin/toolbox#whiskers -- <args>` |
| Binaries<br/>(Windows, MacOS & Linux) | Available from the [latest GitHub release](https://github.com/catppuccin/toolbox/releases?q=whiskers). |
Expand Down

0 comments on commit e8e23b0

Please sign in to comment.