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.