Docs version bump (#8709)

automerge
This commit is contained in:
Greg Fitzgerald 2020-03-06 22:06:41 -07:00 committed by GitHub
parent cb28ac3aed
commit 983ec5debc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
# Installing Solana
Install the Solana release
[v1.0.5](https://github.com/solana-labs/solana/releases/tag/v1.0.5) on your
[v1.1.0](https://github.com/solana-labs/solana/releases/tag/v1.1.0) on your
machine by running:
```bash
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.0.5/install/solana-install-init.sh | sh -s - 1.0.5
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.1.0/install/solana-install-init.sh | sh -s - 1.1.0
```
If you are connecting to a different testnet, you can replace `1.0.5` with the
If you are connecting to a different testnet, you can replace `1.1.0` with the
release tag matching the software version of your desired testnet, or replace it
with the named channel `stable`, `beta`, or `edge`.
@ -16,11 +16,11 @@ The following output indicates a successful update:
```text
looking for latest release
downloading v1.0.5 installer
downloading v1.1.0 installer
Configuration: /home/solana/.config/solana/install/config.yml
Active release directory: /home/solana/.local/share/solana/install/active_release
* Release version: 1.0.5
* Release URL: https://github.com/solana-labs/solana/releases/download/v1.0.5/solana-release-x86_64-unknown-linux-gnu.tar.bz2
* Release version: 1.1.0
* Release URL: https://github.com/solana-labs/solana/releases/download/v1.1.0/solana-release-x86_64-unknown-linux-gnu.tar.bz2
Update successful
```