From e8e23b0391ee9f9a1f23aff59609c0e7f1a253ae Mon Sep 17 00:00:00 2001 From: backwardspy Date: Tue, 5 Mar 2024 20:40:17 +0000 Subject: [PATCH] docs(whiskers): fix source install command (#141) --- whiskers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers/README.md b/whiskers/README.md index 18ec793a..24f321bc 100644 --- a/whiskers/README.md +++ b/whiskers/README.md @@ -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`
`nix run github:catppuccin/toolbox#whiskers -- ` | | Binaries
(Windows, MacOS & Linux) | Available from the [latest GitHub release](https://github.com/catppuccin/toolbox/releases?q=whiskers). |