Skip to content

Commit

Permalink
Merge pull request #2071 from ethereum/remixd-verbose
Browse files Browse the repository at this point in the history
Adding the remixd command to the remixd modal
  • Loading branch information
yann300 committed Jun 13, 2019
2 parents 8c81a9a + f3b5c6e commit b9b8cdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/files/remixd-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ function remixdDialog () {
Before you get started, check out the <a target="_blank" href="https://remix.readthedocs.io/en/latest/remixd.html">Remixd tutorial</a>.
to find out how to run Remixd.
</div>
<div class=${css.dialogParagraph}>If you have looked at that tutorial and are just looking for the remixd command, <br> here it is:
<br><b>remixd -s absolute-path-to-the-shared-folder --remix-ide your-remix-ide-URL-instance</b>
</div>
<div class=${css.dialogParagraph}>Connection will start a session between <em>${window.location.href}</em> and your local file system <i>ws://127.0.0.1:65520</i>
so please make sure your system is secured enough (port 65520 neither opened nor forwarded).
<i class="fas fa-link"></i> will show you current connection status.
Expand Down

0 comments on commit b9b8cdb

Please sign in to comment.