diff --git a/src/app/tabs/settings-tab.js b/src/app/tabs/settings-tab.js index 62dc86ee52..f550c62cde 100644 --- a/src/app/tabs/settings-tab.js +++ b/src/app/tabs/settings-tab.js @@ -51,17 +51,6 @@ function SettingsTab (appAPI = {}, appEvents = {}, opts = {}) { Enable Personal Mode ${warnPersonalMode}> -
-
Remixd
-
- Remixd is a tool which allow Remix IDE to access files located in your local computer. - it can also be used to setup a development environment. -
-
More infos:
-
https://github.com/ethereum/remixd
-
http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html
-
Installation:
npm install remixd -g
-
Themes
@@ -90,8 +79,30 @@ function SettingsTab (appAPI = {}, appEvents = {}, opts = {}) {
- - +
+
Remixd
+
+ Remixd is a tool which allow Remix IDE to access files located in your local computer. + it can also be used to setup a development environment. +
+
More infos:
+
https://github.com/ethereum/remixd
+
http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html
+
Installation:
npm install remixd -g
+
+
+
Running Remix locally
+
+ as a NPM module: +
+ https://www.npmjs.com/package/remix-ide +
npm install remix-ide -g
+
+ as an electron app: +
+ https://github.com/horizon-games/remix-app +
+ ` function loadPlugin () {