Update book install versions (#5802)

This commit is contained in:
Dan Albert
2019-09-05 14:36:56 -04:00
committed by GitHub
parent d90461f856
commit 898dabba70
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ software.
##### Linux and mac OS ##### Linux and mac OS
```bash ```bash
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.0/install/solana-install-init.sh | sh -s $ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.1/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

View File

@ -27,16 +27,16 @@ commands in the following pages.
If you are bootstrapping with `solana-install`, you can specify the release tag or named channel to install to match your desired testnet. If you are bootstrapping with `solana-install`, you can specify the release tag or named channel to install to match your desired testnet.
```bash ```bash
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.0/install/solana-install-init.sh | sh -s - 0.18.0 $ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.1/install/solana-install-init.sh | sh -s - 0.18.1
``` ```
```bash ```bash
$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.0/install/solana-install-init.sh | sh -s - beta $ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.1/install/solana-install-init.sh | sh -s - beta
``` ```
Similarly, you can add this argument to the `solana-install` command if you've built the program from source: Similarly, you can add this argument to the `solana-install` command if you've built the program from source:
```bash ```bash
$ solana-install init 0.18.0 $ solana-install init 0.18.1
``` ```
If you are downloading pre-compiled binaries or building from source, simply choose the release matching your desired testnet. If you are downloading pre-compiled binaries or building from source, simply choose the release matching your desired testnet.