Unverified Commit 159d9b52 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1111 from liamaharon/hotfix/finish-renaming

Finish renaming browser-solidity -> remix-ide
parents 3cc2f549 f420ffb8
...@@ -23,7 +23,7 @@ Install **npm** and **node.js** (see https://docs.npmjs.com/getting-started/inst ...@@ -23,7 +23,7 @@ Install **npm** and **node.js** (see https://docs.npmjs.com/getting-started/inst
```bash ```bash
git clone https://github.com/ethereum/remix-ide.git git clone https://github.com/ethereum/remix-ide.git
cd browser-solidity cd remix-ide
npm install npm install
``` ```
...@@ -102,12 +102,8 @@ After that, follow these steps: ...@@ -102,12 +102,8 @@ After that, follow these steps:
- Browse to `chrome://extensions/` - Browse to `chrome://extensions/`
- Make sure 'Developer mode' has been checked - Make sure 'Developer mode' has been checked
- Click 'Load unpacked extension...' to pop up a file-selection dialog - Click 'Load unpacked extension...' to pop up a file-selection dialog
<<<<<<< HEAD - Select your `remix-ide` folder
- Select your `browser-solidity` folder
## Documentation ## Documentation
To see details about how to use Remix for developing and/or debugging Solidity contracts, please see [our documentation page](https://remix.readthedocs.io) To see details about how to use Remix for developing and/or debugging Solidity contracts, please see [our documentation page](https://remix.readthedocs.io)
=======
- Select your `remix-ide` folder
>>>>>>> rename browser-solidity => remix.ide
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