Commit 99111979 authored by chriseth's avatar chriseth

Merge pull request #29 from mathvdh/patch-1

Update README.md
parents 6d0de8aa 22fde430
...@@ -7,9 +7,9 @@ Brief instructions to build for linux(Todo add other platforms) we will add deta ...@@ -7,9 +7,9 @@ Brief instructions to build for linux(Todo add other platforms) we will add deta
- co the project - co the project
- cd remix - cd remix
- install npm and node.js see https://docs.npmjs.com/getting-started/installing-node - install npm and node.js see https://docs.npmjs.com/getting-started/installing-node
- sudo npm run install - sudo npm install
- sudo npm run build - sudo npm run build
- run the eth node: ./eth --rpccorsdomain "*" -j -v 0 or if you have build sudo run start_node - run the eth node: ./eth --rpccorsdomain "*" -j -v 0 or if you have build sudo npm run start_node
- open remix/index.html - open remix/index.html
CODING STYLE: CODING STYLE:
......
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