Update README.md

pull/3094/head
yann300 7 years ago committed by GitHub
parent 644ab8096d
commit 4735f7c95b
  1. 9
      README.md

@ -21,10 +21,19 @@ Note: it contains the latest release of Solidity available at the time of the pa
Install **npm** and **node.js** (see https://docs.npmjs.com/getting-started/installing-node), then do:
Remix-ide has been published as an npm module:
```bash
npm install remix-ide -g
remix-ide
```
Or if you want to clone the github repository:
```bash
git clone https://github.com/ethereum/remix-ide.git
cd remix-ide
npm install
npm run build && npm run serve
```
## DEVELOPING:

Loading…
Cancel
Save