diff --git a/apps/remix-ide/src/app/files/remixd-handle.js b/apps/remix-ide/src/app/files/remixd-handle.js index 5b2f02cb35..b5f9ec9804 100644 --- a/apps/remix-ide/src/app/files/remixd-handle.js +++ b/apps/remix-ide/src/app/files/remixd-handle.js @@ -130,21 +130,20 @@ export class RemixdHandle extends WebsocketPlugin { function remixdDialog () { return yo`
-
Interact with your file system from Remix. Click connect and find shared folder in the Remix file explorer (under localhost). - Before you get started, check out the Remixd tutorial. - to find out how to run Remixd. +
Interact with your file system from Remix.
See the Remixd tutorial for more info.
-
If you have looked at that tutorial and are just looking for the remixd command,
here it is: +
If you have looked at the Remixd docs and just need 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. +
+
+
+ Before using, make sure you have the latest remixd version.
Read here how to update it +
This feature is still in Alpha, so we recommend you to keep a copy of the shared folder.
- - Please make sure you have the latest remixd version. Read here how to update it -
` }