We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f9bae commit b569488Copy full SHA for b569488
docs/intro/install.md
@@ -12,7 +12,7 @@ You can run Starport in a web-based Gitpod IDE or you can install Starport on yo
12
Starport is written in the Go programming language. To use Starport on a local system:
13
14
- Install [Go](https://golang.org/doc/install) (**version 1.16** or higher)
15
- - Ensure the Go environment variables are [set properly(https://golang.org/doc/gopath_code#GOPATH) on your system
+ - Ensure the Go environment variables are [set properly](https://golang.org/doc/gopath_code#GOPATH) on your system
16
17
**Tip:** If you get the message `appd: command not found` then your Go environment variables might not be set correctly.
18
0 commit comments