Update testnet doc to use latest release (#5118)

This commit is contained in:
Dan Albert
2019-07-15 17:11:42 -06:00
committed by GitHub
parent ee6b625c13
commit 281fd88ea7

View File

@ -74,8 +74,8 @@ The `solana-install` tool can be used to easily install and upgrade the cluster
software on Linux x86_64 and mac OS systems.
```bash
$ export SOLANA_RELEASE=v0.16.0 # skip this line to install the latest release
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.0/install/solana-install-init.sh | sh -s
$ export SOLANA_RELEASE=v0.16.4 # skip this line to install the latest release
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.4/install/solana-install-init.sh | sh -s
```
Alternatively build the `solana-install` program from source and run the