From b32ba485c4604610ce465bf09bc041a14a173bf0 Mon Sep 17 00:00:00 2001 From: Hyungsuk Kang Date: Sat, 17 Nov 2018 22:50:02 +0900 Subject: [PATCH] Add argument to connect local folder to remix-ide Added --remix-ide parameter to give address to connect to --- docs/tutorial_remixd_filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_remixd_filesystem.md b/docs/tutorial_remixd_filesystem.md index 1acdc88923..7c348e68dc 100644 --- a/docs/tutorial_remixd_filesystem.md +++ b/docs/tutorial_remixd_filesystem.md @@ -10,7 +10,7 @@ The code of RemixD can be checked out Remixd can be globally installed using the following command: `npm install -g remixd`. -Then `remixd -s ` will start Remixd +Then `remixd -s --remix-ide ` will start Remixd and share the given folder. The folder is shared using a websocket connection between `Remix IDE`