diff --git a/starport/index.md b/starport/index.md index 16081f9329..2a93538818 100644 --- a/starport/index.md +++ b/starport/index.md @@ -5,28 +5,28 @@ order: 0 description: Install a specific version of Starport. --- -# About Starport +# About Starport The Starport tool is the easiest way to build a blockchain and accelerate chain development. ## Install Starport for a Tutorial -**Important** Tutorials are based on a specific version of Starport and are not supported for other versions. Be sure to install and verify your Starport version. +**Important** Tutorials are based on a specific version of Starport and are not supported for other versions. Be sure to install and verify your Starport version. -## Upgrading Your Starport Installation +## Upgrading Your Starport Installation To upgrade your Starport installation, see [Install Starport](https://docs.starport.network/intro/install.html). ## Install a Specific Version of Starport -Each Cosmos SDK tutorial is written for a specific version of [Starport](https://docs.starport.network/). +Each Cosmos SDK tutorial is written for a specific version of [Starport](https://docs.starport.network/). You can specify a specific version in the curl command. -For example, to install `starport` v0.16.2, run the following command: +For example, to install `starport` v0.17.0, run the following command: ```sh -curl https://get.starport.network/starport@v0.16.2! | bash +curl https://get.starport.network/starport@v0.17.0! | bash ``` ## Install the Latest Version of Starport @@ -37,29 +37,26 @@ To install the latest stable version, run the following command: curl https://get.starport.network/starport! | bash ``` -## Verify Your Version +## Verify Your Version To verify the version of Starport you have installed: ```sh starport --version ``` + The results show the release details. For example: ```code -starport version v0.16.2 darwin/amd64 -build date: 2021-06-22T05:43:46Z +starport version v0.17.0 darwin/amd64 -build date: 2021-07-15T18:34:28Z ``` ## Verify Your Installation -The starport binary is downloaded from the Github repo and installed in `/usr/local/bin`. +The starport binary is downloaded from the Github repo and installed in `/usr/local/bin`. When the installation succeeds, you see this message: -``` +```bash Installed at /usr/local/bin/starport ``` - - - -