From 618286599bf6536dc208f3ea71f42c62a0738fc4 Mon Sep 17 00:00:00 2001 From: leovct Date: Tue, 14 Nov 2023 10:02:06 +0100 Subject: [PATCH] chore: pr comments --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af0733de..e18e332f 100644 --- a/README.md +++ b/README.md @@ -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_) @@ -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