Skip to content

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
update solana version
  • Loading branch information
exromany authored Apr 12, 2024
1 parent 1e2dbc3 commit 62b4843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual-withdrawal/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Follow the instructions at [Rust Installation](https://www.rust-lang.org/tools/i
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source "$HOME/.cargo/env"rustup override set 1.60.0
```

2. **Install Solana CLI v1.13.4**:
2. **Install Solana CLI v1.13.7**:
Visit [Solana CLI Installation](https://docs.solana.com/cli/install-solana-cli-tools).

```bash
sh -c "$(curl -sSfL https://release.solana.com/v1.13.4/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.13.7/install)"
```

3. **Install Solido CLI v2.0.0** from the official GitHub repository:
Expand Down

0 comments on commit 62b4843

Please sign in to comment.