From 0522e02939e521d2dd7d7b59ccf9a8a8fb4325a3 Mon Sep 17 00:00:00 2001 From: ryestew Date: Wed, 1 Jun 2022 12:03:37 -0400 Subject: [PATCH] update remixd modal text --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index edaf7683d5..17588b7a85 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -142,11 +142,14 @@ function remixdDialog () { Remixd needs to be running in the background to load the files in localhost workspace. For more info, please check the Remixd documentation.
- If you are just looking for the remixd command, here it is: -

- Go to your working directory and then run: + The remixd command is:

{commandText} - +
+
+ The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://remix-alpha.ethereum.org, or https://remix-beta.ethereum.org +
+
+ See all remixd options: remixd --help
When connected, a session will be started between {window.location.origin} and your local file system at ws://127.0.0.1:65520.