Update book to SOLANA_RELEASE=v0.16.5 (#5154)

This commit is contained in:
Dan Albert
2019-07-17 14:20:49 -06:00
committed by GitHub
parent 7c59c105cf
commit f9d9c1fcbf

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. software on Linux x86_64 and mac OS systems.
```bash ```bash
$ export SOLANA_RELEASE=v0.16.4 # skip this line to install the latest release $ export SOLANA_RELEASE=v0.16.5 # 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 $ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.5/install/solana-install-init.sh | sh -s
``` ```
Alternatively build the `solana-install` program from source and run the Alternatively build the `solana-install` program from source and run the