Merge pull request #30 from ethereum/chriseth-patch-1

Update README.md
pull/7/head
yann300 9 years ago
commit 36c3c82184
  1. 15
      README.md

@ -4,13 +4,14 @@ Ethereum IDE and tools for the web
INSTALLATION:
Brief instructions to build for linux(Todo add other platforms) we will add detailed instructions later
- co the project
- cd remix
- install npm and node.js see https://docs.npmjs.com/getting-started/installing-node
- sudo npm install
- sudo npm run build
- run the eth node: ./eth --rpccorsdomain "*" -j -v 0 or if you have build sudo npm run start_node
- open remix/index.html
Install eth or geth, npm and node.js (see https://docs.npmjs.com/getting-started/installing-node), then do:
git clone https://github.com/ethereum/remix
cd remix
npm install && npm run build && npm run start_node
open remix/index.html in your browser.
CODING STYLE:

Loading…
Cancel
Save