diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 843cd911..721fc050 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -43,7 +43,7 @@ You'll need some dependencies, including `golang`, and some associated tools. * To install on macOS systems install [Homebrew](https://brew.sh) and run: `brew install go` * You can run `go version` to check the golang version. -* If your distro is tool old, you may need to [download](https://golang.org/dl/) +* If your distro is too old, you may need to [download](https://golang.org/dl/) a newer golang version. #### Setting up golang