10000 docs: Update install doc by fadeev · Pull Request #1208 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs: Update install doc #1208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2021
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
6 changes: 2 additions & 4 deletions docs/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ 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 must be installed and running:

- [Golang >=1.16](https://golang.org/)
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.

## Upgrading Your Starport Installation

Before you install a new version of Starport, remove all existing Starport installations.

To remove the current Starport installation:

1. On your terminal window, press Ctrl C to stop the chain that you started with `starport serve`.
1. On your terminal window, press `Ctrl+C` to stop the chain that you started with `starport serve`.
1. Remove the Starport binary with `rm $(which starport)`.
Depending on your user permissions, run the command with or without `sudo`.
1. Repeat this step until all `starport` installations are removed from your system.
Expand Down
0