From e53688a73f365c9a98d5ffa748567891d7c9895c Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 25 May 2022 14:38:03 +0200 Subject: [PATCH] simplier remixd command --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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}