docs: Fix typo on quick-start-guide.md

This commit is contained in:
Donald Bakong
2019-08-25 15:55:11 -04:00
parent 18872194af
commit b79e48dd77

View File

@@ -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) * To install on macOS systems install [Homebrew](https://brew.sh)
and run: `brew install go` and run: `brew install go`
* You can run `go version` to check the golang version. * 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. a newer golang version.
#### Setting up golang #### Setting up golang