Update README.md

pull/1/head
yann300 7 years ago committed by GitHub
parent 95e3ff6fc7
commit af15ec597f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

@ -31,13 +31,19 @@ The browser will automatically refresh when files are saved
It is also possible to run `npm run build && npm run serve` but the web application will not automatically refresh. It is also possible to run `npm run build && npm run serve` but the web application will not automatically refresh.
Most of the the time, working with the remix repository is not necessary. But in case changes have to be made in remix too, Most of the the time, working with the remix repository is not necessary.
the following command links remix to you local dev repository: But in case changes have to be made in remix too, the following command links remix to you local dev repository:
after `npm install` after `npm install`
`npm run pullremix` `npm run pullremix`
`npm run linkremixcore` `npm run linkremixcore`
`npm run linkremixlib` `npm run linkremixlib`
`npm run linkremixsolidity` `npm run linkremixsolidity`
`npm run linkremixdebugger` `npm run linkremixdebugger`
### Troubleshooting building ### Troubleshooting building

Loading…
Cancel
Save