upsate-readme to add setup for remix repo

pull/1/head
Liana Husikyan 6 years ago committed by GitHub
parent 9d18a658bb
commit ab3169fa34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -37,6 +37,11 @@ Or if you want to clone the github repository (`wget` need to be installed first
```bash ```bash
git clone https://github.com/ethereum/remix-ide.git 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. 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 cd remix-ide
npm install npm install
npm run setupremix # only if you plan to link remix and remix-ide repositories and develop on it. npm run setupremix # only if you plan to link remix and remix-ide repositories and develop on it.

Loading…
Cancel
Save