|
|
@ -26,19 +26,21 @@ If you were using the old one you need to: |
|
|
|
## HELP SECTION |
|
|
|
## HELP SECTION |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
Usage: remixd -s <shared folder> --remix-ide https://remix.ethereum.org |
|
|
|
Usage: remixd -s <shared folder> |
|
|
|
|
|
|
|
|
|
|
|
Provide a two-way connection between the local computer and Remix IDE. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provide a two-way connection between the local computer and Remix IDE |
|
|
|
|
|
|
|
|
|
|
|
Options: |
|
|
|
Options: |
|
|
|
|
|
|
|
-v, --version output the version number |
|
|
|
--remix-ide <url> URL of remix instance allowed to connect to this |
|
|
|
-u, --remix-ide <url> URL of remix instance allowed to connect to this web sockect connection |
|
|
|
web sockect connection |
|
|
|
|
|
|
|
-s, --shared-folder <path> Folder to share with Remix IDE |
|
|
|
-s, --shared-folder <path> Folder to share with Remix IDE |
|
|
|
--read-only Treat shared folder as read-only (experimental) |
|
|
|
-r, --read-only Treat shared folder as read-only (experimental) |
|
|
|
-h, --help output usage information |
|
|
|
-h, --help output usage information |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remixd -s ./ -u http://localhost:8080 |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## SHARE A FOLDER |
|
|
|
## SHARE A FOLDER |
|
|
|