diff --git a/docs/tutorial_remixd_filesystem.md b/docs/tutorial_remixd_filesystem.md index 7c348e68dc..6ac737c670 100644 --- a/docs/tutorial_remixd_filesystem.md +++ b/docs/tutorial_remixd_filesystem.md @@ -11,7 +11,10 @@ Remixd can be globally installed using the following command: `npm install -g remixd`. Then `remixd -s --remix-ide ` will start Remixd -and share the given folder. +and share the given folder. Remix URL instance can be identified by clicking on `copy and paste` icon. + +For example, to sync your local folder to the official Remix IDE, +`remixd -s --remix-ide https://remix.ethereum.org` The folder is shared using a websocket connection between `Remix IDE` and `Remixd`.