Skip to content

Commit 68a66bd

Browse files
authored
chore: multichain-node update README.md and add .nvmrc (#1367)
* chore: update multichain-node README.md + add .nvmrc
1 parent c2cb539 commit 68a66bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

playground/multichain-node/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.19.0

playground/multichain-node/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Get started by running:
44

5+
```bash
6+
# This repo expects you to use `nvm` (https://github.com/nvm-sh/nvm) for node version management.
7+
# if that's not the case, make sure to ignore this bash command,
8+
# and manually set your node to v20.19.0 or above.
9+
nvm use
10+
```
11+
512
```bash
613
yarn install
714
```

0 commit comments

Comments
 (0)