Skip to content

Commit 9e62d0a

Browse files
authored
Merge pull request #77 from CircusDad/patch-2
Update google-cloud-node.md
2 parents d7664d3 + 0593326 commit 9e62d0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/wiki/extra-documents/google-cloud-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Install rust:
6060
curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env
6161
```
6262

63-
Clone grin and build a release version
63+
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.
6464

6565
```bash
6666
git clone https://github.com/mimblewimble/grin.git
6767
cd grin
68-
git checkout v4.0.2
68+
git checkout v5.2.1
6969
cargo build --release
7070
```
7171

0 commit comments

Comments
 (0)