Update README.md

pull/1/head
yann300 7 years ago committed by GitHub
parent d72ce6314f
commit ca7de9a93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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