Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build solana v1.8.5 instead of v1.8.2
Browse files Browse the repository at this point in the history
Reason:
v.1.8.2 lead to a bug where the function addGif won't work.
See coral-xyz/anchor#1062
  • Loading branch information
torquan committed Nov 26, 2021
1 parent eae99fb commit 8312d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Solana_And_Web3/en/Section_2/Resources/m1_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ We are to download with this command:
git clone https://github.com/solana-labs/solana.git/
```

Once it has finished cloning, we are going to enter the Solana directory and checkout the version branch `v1.8.2`:
Once it has finished cloning, we are going to enter the Solana directory and checkout the version branch `v1.8.5`:

```bash
cd solana
git checkout v1.8.2
git checkout v1.8.5
```

`git checkout` is just switching to a stable version, so we can send ourselves some `$SOL` later on without receieving this error `Error: RPC response error -32601: Method not found`.
Expand Down

0 comments on commit 8312d62

Please sign in to comment.