From a4a43655f73b794dd24d8334ea8c3838a905895d Mon Sep 17 00:00:00 2001 From: boivlad Date: Mon, 17 Jul 2023 14:31:57 +0300 Subject: [PATCH] feat: fixed "Install and Build" flow in Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 057039c38..b99dbf38b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ In order to install, build, and run Ethernaut locally, follow these instructions ```bash git clone git@github.com:OpenZeppelin/ethernaut.git + cd ethernaut yarn install ```