Skip to content

Commit

Permalink
Update installation to v0.17 (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schwarz committed Jul 15, 2021
1 parent db064bb commit f317adb
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions starport/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```




0 comments on commit f317adb

Please sign in to comment.