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

View File

@ -1,14 +1,14 @@
# Installing Solana # Installing Solana
Install the Solana release 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: machine by running:
```bash ```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 release tag matching the software version of your desired testnet, or replace it
with the named channel `stable`, `beta`, or `edge`. with the named channel `stable`, `beta`, or `edge`.
@ -16,11 +16,11 @@ The following output indicates a successful update:
```text ```text
looking for latest release looking for latest release
downloading v1.0.5 installer downloading v1.1.0 installer
Configuration: /home/solana/.config/solana/install/config.yml Configuration: /home/solana/.config/solana/install/config.yml
Active release directory: /home/solana/.local/share/solana/install/active_release Active release directory: /home/solana/.local/share/solana/install/active_release
* Release version: 1.0.5 * Release version: 1.1.0
* Release URL: https://github.com/solana-labs/solana/releases/download/v1.0.5/solana-release-x86_64-unknown-linux-gnu.tar.bz2 * Release URL: https://github.com/solana-labs/solana/releases/download/v1.1.0/solana-release-x86_64-unknown-linux-gnu.tar.bz2
Update successful Update successful
``` ```