Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 14, 2023
1 parent 26088f3 commit 6182865
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,9 @@ Please, make sure to install the following software/packages on the VMs.
- Node v16.17.1 (only _host_)
```bash
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash && nvm install 16.17.1
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash \
&& source /home/ubuntu/.bashrc \
&& nvm install 16.17.1
```
- Npm (only _host_)
Expand All @@ -361,10 +363,16 @@ Please, make sure to install the following software/packages on the VMs.
sudo apt install python2 --yes && alias python="/usr/bin/python2"
```
- Solc (solidity compiler) and Ganache CLI (only _host_)
- Solc v0.5.16 (only _host_)
```bash
npm install --global solc ganache
sudo snap install solc
```
- Ganache CLI (only _host_)
```bash
npm install --global ganache
```
### Usage
Expand Down

0 comments on commit 6182865

Please sign in to comment.