From a9625d8bb8ef57ee0c7e64f0fb941eb9d0dd1b6f Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Mon, 3 Jun 2019 12:05:20 +0200 Subject: [PATCH] upsate-readme to add setup for remix repo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4189b0d41c..b6292e074a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ Or if you want to clone the github repository (`wget` need to be installed first ```bash git clone https://github.com/ethereum/remix-ide.git git clone https://github.com/ethereum/remix.git # only if you plan to link remix and remix-ide repositories and develop on it. + +cd remix # only if you plan to link remix and remix-ide repositories and develop on it. +npm install # only if you plan to link remix and remix-ide repositories and develop on it. +npm run bootstrap # only if you plan to link remix and remix-ide repositories and develop on it. + cd remix-ide npm install npm run setupremix # only if you plan to link remix and remix-ide repositories and develop on it.