From 10c86d44984028003dc9699c1fcefb106c2444ee Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Mon, 7 Aug 2023 14:46:14 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89f393cd6c..83cf99b897 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,8 @@ git clone https://github.com/ethereum/remix-project.git * Build `remix-project`: ```bash cd remix-project -yarn install -yarn run build:libs // Build remix libs -nx build -nx serve +yarn +yarn run build ``` Open `http://127.0.0.1:8080` in your browser to load Remix IDE locally.