From 9d170e74c46b793850035d56a8ef09ec7356c492 Mon Sep 17 00:00:00 2001 From: Joergi <1439809+joergi@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:57:38 +0200 Subject: [PATCH] Patch 3 (#201) * 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 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00d7b6d..f46b704 100644 --- a/README.md +++ b/README.md @@ -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/frizbee@v0.1.2 +# add the path to your .bashrc +export PATH=$PATH:$(go env GOPATH)/bin + + # Using Homebrew brew install frizbee