Skip to content

Commit

Permalink
fix go install command
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus authored Sep 27, 2024
1 parent 3ea7922 commit 8f639ee
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 @@ -77,7 +77,7 @@ Download the latest release from the [Releases](https://github.com/bjesus/pipet/

## Compile
This installation method requires Go to be installed on your system.
You can use Go to install Pipet using `go install https://github.com/bjesus/pipet@latest`. Otherwise you can run it without installing using `go run`.
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).
Expand Down

0 comments on commit 8f639ee

Please sign in to comment.