From 80b5c164f4f5e2e6e864a7dcced65be005db349d Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Fri, 7 Jun 2019 10:07:37 +0200 Subject: [PATCH 1/2] giving the remixd command in the modal --- src/app/files/remixd-handle.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index a2c746a681..ddb2328a3b 100644 --- a/src/app/files/remixd-handle.js +++ b/src/app/files/remixd-handle.js @@ -97,6 +97,9 @@ function remixdDialog () { Before you get started, check out the Remixd tutorial. to find out how to run Remixd. +
If you have looked at that tutorial and are just looking for the remixd command,
here it is: + remixd -s absolute-path-to-the-shared-folder --remix-ide your-remix-ide-URL-instance +
Connection will start a session between ${window.location.href} and your local file system ws://127.0.0.1:65520 so please make sure your system is secured enough (port 65520 neither opened nor forwarded). will show you current connection status. From f3b5c6ea21623d11b4b3a9cf880c7cbbd8b17864 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 12 Jun 2019 11:41:12 +0200 Subject: [PATCH 2/2] update to modal message --- src/app/files/remixd-handle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index ddb2328a3b..e579e28e40 100644 --- a/src/app/files/remixd-handle.js +++ b/src/app/files/remixd-handle.js @@ -97,8 +97,8 @@ function remixdDialog () { Before you get started, check out the Remixd tutorial. to find out how to run Remixd.
-
If you have looked at that tutorial and are just looking for the remixd command,
here it is: - remixd -s absolute-path-to-the-shared-folder --remix-ide your-remix-ide-URL-instance +
If you have looked at that tutorial and are just looking for the remixd command,
here it is: +
remixd -s absolute-path-to-the-shared-folder --remix-ide your-remix-ide-URL-instance
Connection will start a session between ${window.location.href} and your local file system ws://127.0.0.1:65520 so please make sure your system is secured enough (port 65520 neither opened nor forwarded).