From b5ca6e8e5a9803c24e2a913b3937288d96b8c9a0 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 23 Jul 2019 21:29:43 -0600 Subject: [PATCH] Update testnet docs to 0.16.6 release (#5257) --- book/src/testnet-participation.md | 2 +- book/src/testnet-replicator.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 982412ced6..47a8dc3272 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -74,7 +74,7 @@ The `solana-install` tool can be used to easily install and upgrade the cluster software on Linux x86_64 and mac OS systems. ```bash -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.5/install/solana-install-init.sh | sh -s +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.6/install/solana-install-init.sh | sh -s ``` Alternatively build the `solana-install` program from source and run the diff --git a/book/src/testnet-replicator.md b/book/src/testnet-replicator.md index d8a55446bb..ea6bc69f3f 100644 --- a/book/src/testnet-replicator.md +++ b/book/src/testnet-replicator.md @@ -53,8 +53,8 @@ software. ##### Linux and mac OS ```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.6 # skip this line to install the latest release +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.6/install/solana-install-init.sh | sh -s ``` Alternatively build the `solana-install` program from source and run the