Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ You can run Starport in a web-based Gitpod IDE or you can install Starport on yo

## Prerequisite

Starport is written in the Go programming language. To use Starport on a local installation, [Go](https://golang.org/doc/install) (**version 1.16** or higher) must be installed.
Starport is written in the Go programming language. To use Starport on a local system:

- Install [Go](https://golang.org/doc/install) (**version 1.16** or higher)
- Ensure the Go environment variables are [set properly(https://golang.org/doc/gopath_code#GOPATH) on your system

**Tip:** If you get the message `appd: command not found` then your Go environment variables might not be set correctly.

## Upgrading Your Starport Installation

Expand Down