diff --git a/docs/run.md b/docs/run.md index 3be13f1..bb5da78 100644 --- a/docs/run.md +++ b/docs/run.md @@ -13,6 +13,7 @@ Install the dependencies Node.js, yarn, hardhat. ```shell # node >=12.18 sudo apt install npm + sudo apt install nodejs sudo npm install --global yarn sudo npm install --global hardhat ```