Unverified Commit b32ba485 authored by Hyungsuk Kang's avatar Hyungsuk Kang Committed by GitHub

Add argument to connect local folder to remix-ide

Added --remix-ide parameter to give address to connect to
parent 365fbd9f
...@@ -10,7 +10,7 @@ The code of RemixD can be checked out ...@@ -10,7 +10,7 @@ The code of RemixD can be checked out
Remixd can be globally installed using the following command: Remixd can be globally installed using the following command:
`npm install -g remixd`. `npm install -g remixd`.
Then `remixd -s <absolute-path-to-the-shared-folder>` will start 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.
The folder is shared using a websocket connection between `Remix IDE` The folder is shared using a websocket connection between `Remix IDE`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment