From f9d9c1fcbf3402763c5dbef92151126bfb66c6cf Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jul 2019 14:20:49 -0600 Subject: [PATCH] Update book to SOLANA_RELEASE=v0.16.5 (#5154) --- book/src/testnet-participation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 18afad5a84..b1aac31b02 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -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. ```bash -$ export SOLANA_RELEASE=v0.16.4 # 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 +$ 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.5/install/solana-install-init.sh | sh -s ``` Alternatively build the `solana-install` program from source and run the