From 607947a6d00ff1d73839b8109360dfc5c00f735d Mon Sep 17 00:00:00 2001 From: Paulius Date: Fri, 27 Apr 2018 23:13:20 +0300 Subject: [PATCH] Update CONTRIBUTING.md The previous commands did not work (these commands did not exist), so I have updated the contributing guide so that others won't face the same problem in the future. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e0118060b..ae1309a1dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Everyone is very welcome to contribute on the codebase of Remix. Please reach us in [Gitter](https://gitter.im/ethereum/remix)! -The easiest way to work on `remix-debugger` or `remix-solidity` is to pull the `remix-ide` (Remix IDE) repository (https://github.com/ethereum/remix-ide) which has a strong Remix integration. Then, in `remix-ide`, execute `npm install`, `npm pull remix`, `npm link remix`. +The easiest way to work on `remix-debugger` or `remix-solidity` is to pull the `remix-ide` (Remix IDE) repository (https://github.com/ethereum/remix-ide) which has a strong Remix integration. Then, in `remix-ide`, execute `npm install`, `npm run pullremix`, `npm run linkremixsolidity`. then `npm run build && npm run serve` to start a new Remix IDE instance (you can browse `127.0.0.1:8080`). To interact with the Remix code: