diff --git a/README.md b/README.md index 57cf2b34b4..b8f700f796 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ git clone https://github.com/ethereum/remix-project.git ```bash cd remix-project npm install +npm run build:libs // Build remix libs nx build nx serve ```