diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index 5ad5d25e60..edaf7683d5 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -134,16 +134,18 @@ export class RemixdHandle extends WebsocketPlugin { } function remixdDialog () { - const commandText = 'remixd -s -u ' + const commandText = 'remixd' return (<>
Access your local file system from Remix IDE using Remixd NPM package.

- Remixd needs to be running in the background to load the files in localhost workspace. For more info, please check the Remixd tutorial. + 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: -



{commandText} +

+ Go to your working directory and then run: +

{commandText}