Skip to content

Commit 09499bf

Browse files
Update check_exchanges.md
1 parent d132c56 commit 09499bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sidechain-testnet-6/check_exchanges.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# 0. Install wscat
22
```sh
33
sudo apt update
4-
sudo apt install nodejs npm
4+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
5+
source ~/.bashrc # or ~/.zshrc if using zsh
6+
nvm install --lts
7+
nvm use --lts
58
npm install -g wscat
69
```
710

0 commit comments

Comments
 (0)