Skip to content

Commit f317adb

Browse files
author
Tobias Schwarz
authored
Update installation to v0.17 (#763)
1 parent db064bb commit f317adb

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

starport/index.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ order: 0
55
description: Install a specific version of Starport.
66
---
77

8-
# About Starport
8+
# About Starport
99

1010
The Starport tool is the easiest way to build a blockchain and accelerate chain development.
1111

1212
## Install Starport for a Tutorial
1313

14-
**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.
14+
**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.
1515

16-
## Upgrading Your Starport Installation
16+
## Upgrading Your Starport Installation
1717

1818
To upgrade your Starport installation, see [Install Starport](https://docs.starport.network/intro/install.html).
1919

2020
## Install a Specific Version of Starport
2121

22-
Each Cosmos SDK tutorial is written for a specific version of [Starport](https://docs.starport.network/).
22+
Each Cosmos SDK tutorial is written for a specific version of [Starport](https://docs.starport.network/).
2323

2424
You can specify a specific version in the curl command.
2525

26-
For example, to install `starport` v0.16.2, run the following command:
26+
For example, to install `starport` v0.17.0, run the following command:
2727

2828
```sh
29-
curl https://get.starport.network/starport@v0.16.2! | bash
29+
curl https://get.starport.network/starport@v0.17.0! | bash
3030
```
3131

3232
## Install the Latest Version of Starport
@@ -37,29 +37,26 @@ To install the latest stable version, run the following command:
3737
curl https://get.starport.network/starport! | bash
3838
```
3939

40-
## Verify Your Version
40+
## Verify Your Version
4141

4242
To verify the version of Starport you have installed:
4343

4444
```sh
4545
starport --version
4646
```
47+
4748
The results show the release details. For example:
4849

4950
```code
50-
starport version v0.16.2 darwin/amd64 -build date: 2021-06-22T05:43:46Z
51+
starport version v0.17.0 darwin/amd64 -build date: 2021-07-15T18:34:28Z
5152
```
5253

5354
## Verify Your Installation
5455

55-
The starport binary is downloaded from the Github repo and installed in `/usr/local/bin`.
56+
The starport binary is downloaded from the Github repo and installed in `/usr/local/bin`.
5657

5758
When the installation succeeds, you see this message:
5859

59-
```
60+
```bash
6061
Installed at /usr/local/bin/starport
6162
```
62-
63-
64-
65-

0 commit comments

Comments
 (0)