Browse Source

doc: Update solana version (#1184)

Neco 3 years ago
parent
commit
9005dd7f14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/getting-started/installation.md

+ 1 - 1
docs/src/getting-started/installation.md

@@ -18,7 +18,7 @@ rustup component add rustfmt
 See the solana [docs](https://docs.solana.com/cli/install-solana-cli-tools) for installation instructions. On macOS and Linux,
 
 ```bash
-sh -c "$(curl -sSfL https://release.solana.com/v1.8.5/install)"
+sh -c "$(curl -sSfL https://release.solana.com/v1.9.1/install)"
 ```
 
 ## Install Yarn