Add an example and argument explanation

pull/7/head
Hyungsuk Kang 6 years ago committed by GitHub
parent b32ba485c4
commit 6818b724af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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 <absolute-path-to-the-shared-folder> --remix-ide <your-remix-ide-URL-instance>` 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 <absolute-path-to-the-shared-folder> --remix-ide https://remix.ethereum.org`
The folder is shared using a websocket connection between `Remix IDE`
and `Remixd`.

Loading…
Cancel
Save