From c7ae630ce9783b80b6d449b65e03f5be3dc9e954 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Fri, 28 May 2021 11:01:06 +0500 Subject: [PATCH] docs: Update install doc --- docs/intro/install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/intro/install.md b/docs/intro/install.md index 7a9f70f2fa..ce75d05236 100644 --- a/docs/intro/install.md +++ b/docs/intro/install.md @@ -9,9 +9,7 @@ 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 @@ -19,7 +17,7 @@ Before you install a new version of Starport, remove all existing Starport insta 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.