Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions anchor-rock-paper-scissor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)"
3. Install Anchor:
```bash
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
avm install latest
avm use latest
avm install 0.32.1
avm use 0.32.1
```

4. Configure Solana (optional, for devnet):
Expand Down