From b79e48dd775de3e1a08e445953243f1491e244cf Mon Sep 17 00:00:00 2001 From: Donald Bakong Date: Sun, 25 Aug 2019 15:55:11 -0400 Subject: [PATCH] docs: Fix typo on quick-start-guide.md --- docs/quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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