Update README.md

There are some errors in the README. Also I had to do a `npm install browserify` in order for the build to work .. Should I add it ?
parent 6d0de8aa
......@@ -7,9 +7,9 @@ Brief instructions to build for linux(Todo add other platforms) we will add deta
- co the project
- cd remix
- 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
- 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
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