Skip to content

Commit

Permalink
docs: add homebrew instructions (#65)
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
nekowinston committed Nov 4, 2023
1 parent e787762 commit abda070
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catwalk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ Installation with Cargo, Nix, or from source:
```console
$ cargo install catppuccin-catwalk
$ catwalk <images> <flags>

# to install from source:
$ cargo install --git https://github.com/catppuccin/toolbox catwalk

# if you're using Homebrew (or Linuxbrew):
$ brew install catppuccin/tap/catwalk

# there's also a Nix flake:
$ nix run github:catppuccin/toolbox#catwalk -- <images> <flags>
```
Expand Down
3 changes: 3 additions & 0 deletions whiskers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ $ whiskers <template> <flavor>
# to install from source:
$ cargo install --git https://github.com/catppuccin/toolbox whiskers

# if you're using Homebrew (or Linuxbrew):
$ brew install catppuccin/tap/whiskers

# there's also a Nix flake:
$ nix run github:catppuccin/toolbox#whiskers -- <template> <flavor>
```
Expand Down

0 comments on commit abda070

Please sign in to comment.