Unverified Commit ca7de9a9 authored by yann300's avatar yann300 Committed by GitHub

Update README.md

parent d72ce631
...@@ -21,10 +21,19 @@ Note: it contains the latest release of Solidity available at the time of the pa ...@@ -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: 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 ```bash
git clone https://github.com/ethereum/remix-ide.git git clone https://github.com/ethereum/remix-ide.git
cd remix-ide cd remix-ide
npm install npm install
npm run build && npm run serve
``` ```
## DEVELOPING: ## DEVELOPING:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment