Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik authored Mar 22, 2018
1 parent 8f16a44 commit cedc1ca
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ Or if you want to clone the github repository (`wget` need to be installed first
```bash
git clone https://github.com/ethereum/remix-ide.git
cd remix-ide
git run setupremix
npm install
npm run build && npm run serve
npm start
```

## DEVELOPING:
Expand All @@ -44,21 +45,6 @@ Then open your `text editor` and start developing.
The browser will automatically refresh when files are saved.

Most of the the time working with other modules (like debugger etc.) hosted in the [Remix repository](https://github.com/ethereum/remix) is not needed.
But in case changes have to be made in that repository too, the following command will help you link Remix with your local remix-ide repository:

After `npm install` run also:

```bash
npm run pullremix

npm run linkremixcore

npm run linkremixlib

npm run linkremixsolidity

npm run linkremixdebugger
```

### Troubleshooting building

Expand Down

0 comments on commit cedc1ca

Please sign in to comment.