Skip to content

Commit

Permalink
Patch 3 (#201)
Browse files Browse the repository at this point in the history
* Update README.md

adds the frizbee path to your PATH

* Update README.md

`go get -u github.com/stacklok/frizbee` 
'go get' is no longer supported outside a module.

go: 'go install' requires a version when current directory is not in a module
  • Loading branch information
joergi authored Oct 4, 2024
1 parent 90dcc82 commit 9d170e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ To install Frizbee, you can use the following methods:

```bash
# Using Go
go get -u github.com/stacklok/frizbee
go install github.com/stacklok/frizbee
go install github.com/stacklok/[email protected]
# add the path to your .bashrc
export PATH=$PATH:$(go env GOPATH)/bin



# Using Homebrew
brew install frizbee
Expand Down

0 comments on commit 9d170e7

Please sign in to comment.