Skip to content

Commit

Permalink
Merge pull request #77 from CircusDad/patch-2
Browse files Browse the repository at this point in the history
Update google-cloud-node.md
  • Loading branch information
Anynomouss authored Dec 27, 2024
2 parents d7664d3 + 0593326 commit 9e62d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/extra-documents/google-cloud-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Install rust:
curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env
```

Clone grin and build a release version
Clone grin and build a release version using the commands below. First check for the latest release version [here](https://github.com/mimblewimble/grin/releases). If v5.2.1 is not the latest release, replace the version number below ("v5.2.1") with the latest release version before entering the command.

```bash
git clone https://github.com/mimblewimble/grin.git
cd grin
git checkout v4.0.2
git checkout v5.2.1
cargo build --release
```

Expand Down

0 comments on commit 9e62d0a

Please sign in to comment.