Skip to content

Commit

Permalink
update Homebrew installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus authored Oct 12, 2024
1 parent b01954d commit 684bbbf
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 @@ -83,7 +83,7 @@ This installation method requires Go to be installed on your system.
You can use Go to install Pipet using `go install github.com/bjesus/pipet/cmd/pipet@latest`. Otherwise you can run it without installing using `go run`.

## Distros
Packages are currently available for [Arch Linux](https://aur.archlinux.org/packages/pipet-git), Homebrew (`brew tap bjesus/pipet && brew install pipet`), and [Nix](https://search.nixos.org/packages?channel=unstable&show=pipet&from=0&size=50&sort=relevance&type=packages&query=pipet).
Packages are currently available for [Arch Linux](https://aur.archlinux.org/packages/pipet-git), [Homebrew](https://formulae.brew.sh/formula/pipet) and [Nix](https://search.nixos.org/packages?channel=unstable&show=pipet&from=0&size=50&sort=relevance&type=packages&query=pipet).

# Usage

Expand Down

0 comments on commit 684bbbf

Please sign in to comment.