Unverified Commit cedc1ca9 authored by Nina Breznik's avatar Nina Breznik Committed by GitHub

Update README.md

parent 8f16a447
...@@ -32,8 +32,9 @@ Or if you want to clone the github repository (`wget` need to be installed first ...@@ -32,8 +32,9 @@ Or if you want to clone the github repository (`wget` need to be installed first
```bash ```bash
git clone https://github.com/ethereum/remix-ide.git git clone https://github.com/ethereum/remix-ide.git
cd remix-ide cd remix-ide
git run setupremix
npm install npm install
npm run build && npm run serve npm start
``` ```
## DEVELOPING: ## DEVELOPING:
...@@ -44,21 +45,6 @@ Then open your `text editor` and start developing. ...@@ -44,21 +45,6 @@ Then open your `text editor` and start developing.
The browser will automatically refresh when files are saved. 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. 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 ### Troubleshooting building
......
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