From 188e1b0852f83981b9d676e90182c9f8fc9085aa Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 9 Jul 2024 11:07:01 -0600 Subject: [PATCH 1/2] s/SOLANA/AGAVE --- docs/src/cli/install.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/src/cli/install.md b/docs/src/cli/install.md index fbcd894660ccd8..91ede0a64fe475 100644 --- a/docs/src/cli/install.md +++ b/docs/src/cli/install.md @@ -19,26 +19,26 @@ on your preferred workflow: - Open your favorite Terminal application -- Install the Solana release - [LATEST_SOLANA_RELEASE_VERSION](https://github.com/anza-xyz/agave/releases/tag/LATEST_SOLANA_RELEASE_VERSION) +- Install the Agave release + [LATEST_AGAVE_RELEASE_VERSION](https://github.com/anza-xyz/agave/releases/tag/LATEST_AGAVE_RELEASE_VERSION) on your machine by running: ```bash -sh -c "$(curl -sSfL https://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/install)" +sh -c "$(curl -sSfL https://release.solana.com/LATEST_AGAVE_RELEASE_VERSION/install)" ``` -- You can replace `LATEST_SOLANA_RELEASE_VERSION` with the release tag matching +- You can replace `LATEST_AGAVE_RELEASE_VERSION` with the release tag matching the software version of your desired release, or use one of the three symbolic channel names: `stable`, `beta`, or `edge`. - The following output indicates a successful update: ```text -downloading LATEST_SOLANA_RELEASE_VERSION installer +downloading LATEST_AGAVE_RELEASE_VERSION installer Configuration: /home/solana/.config/solana/install/config.yml Active release directory: /home/solana/.local/share/solana/install/active_release -* Release version: LATEST_SOLANA_RELEASE_VERSION -* Release URL: https://github.com/anza-xyz/agave/releases/download/LATEST_SOLANA_RELEASE_VERSION/solana-release-x86_64-unknown-linux-gnu.tar.bz2 +* Release version: LATEST_AGAVE_RELEASE_VERSION +* Release URL: https://github.com/anza-xyz/agave/releases/download/LATEST_AGAVE_RELEASE_VERSION/solana-release-x86_64-unknown-linux-gnu.tar.bz2 Update successful ``` @@ -74,7 +74,7 @@ solana --version installer into a temporary directory: ```bash -cmd /c "curl https://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/agave-install-init-x86_64-pc-windows-msvc.exe --output C:\agave-install-tmp\agave-install-init.exe --create-dirs" +cmd /c "curl https://release.solana.com/LATEST_AGAVE_RELEASE_VERSION/agave-install-init-x86_64-pc-windows-msvc.exe --output C:\agave-install-tmp\agave-install-init.exe --create-dirs" ``` - Copy and paste the following command, then press Enter to install the latest @@ -82,7 +82,7 @@ cmd /c "curl https://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/agave-inst to allow the program to run. ```bash -C:\agave-install-tmp\agave-install-init.exe LATEST_SOLANA_RELEASE_VERSION +C:\agave-install-tmp\agave-install-init.exe LATEST_AGAVE_RELEASE_VERSION ``` - When the installer is finished, press Enter. From 2717832c61e1fd68a7669d5ffc621733b6b40cc0 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 9 Jul 2024 11:08:38 -0600 Subject: [PATCH 2/2] s/solana.com/anza.xyz --- docs/src/cli/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/cli/install.md b/docs/src/cli/install.md index 91ede0a64fe475..c9a5c682d40592 100644 --- a/docs/src/cli/install.md +++ b/docs/src/cli/install.md @@ -24,7 +24,7 @@ on your preferred workflow: on your machine by running: ```bash -sh -c "$(curl -sSfL https://release.solana.com/LATEST_AGAVE_RELEASE_VERSION/install)" +sh -c "$(curl -sSfL https://release.anza.xyz/LATEST_AGAVE_RELEASE_VERSION/install)" ``` - You can replace `LATEST_AGAVE_RELEASE_VERSION` with the release tag matching @@ -74,7 +74,7 @@ solana --version installer into a temporary directory: ```bash -cmd /c "curl https://release.solana.com/LATEST_AGAVE_RELEASE_VERSION/agave-install-init-x86_64-pc-windows-msvc.exe --output C:\agave-install-tmp\agave-install-init.exe --create-dirs" +cmd /c "curl https://release.anza.xyz/LATEST_AGAVE_RELEASE_VERSION/agave-install-init-x86_64-pc-windows-msvc.exe --output C:\agave-install-tmp\agave-install-init.exe --create-dirs" ``` - Copy and paste the following command, then press Enter to install the latest