From 0e11f5c7a56d055d47293833ab3821278cae9b0e Mon Sep 17 00:00:00 2001 From: John Long Date: Fri, 2 Feb 2024 23:08:59 -0500 Subject: [PATCH] fixed go install command for fox --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 94b1b37..d3c135c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -17,7 +17,7 @@ Ensure that the following tools are installed for this quickstart: - [Fox](https://github.com/xigxog/kubefox-cli/releases/) - A CLI for communicating with the KubeFox Platform. Download the latest release and add the binary to your system's path. Or, if Go is installed, use `go install - github.com/xigxog/fox@v0.8.0-alpha`. + github.com/xigxog/fox@latest`. - [Git](https://github.com/git-guides/install-git) - A distributed version control system. - [Helm](https://helm.sh/docs/intro/install/) - Package manager for Kubernetes