Merge pull request #687 from ethereum/yann300-patch-1

Update tutorial_remixd_filesystem.rst
pull/7/head
yann300 7 years ago committed by GitHub
commit 6a12689cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/tutorial_remixd_filesystem.rst

@ -9,7 +9,7 @@ The code of Remixd can be checked out `here <https://github.com/ethereum/remixd>
Remixd can be globally installed using the following command: ``npm install -g remixd``. Remixd can be globally installed using the following command: ``npm install -g remixd``.
Then ``remixd -S <absolute-path-to-the-shared-folder>`` will start Remixd and share the given folder. Then ``remixd -s <absolute-path-to-the-shared-folder>`` will start Remixd and share the given folder.
The folder is shared using a websocket connection between ``Remix IDE`` and ``Remixd``. The folder is shared using a websocket connection between ``Remix IDE`` and ``Remixd``.

Loading…
Cancel
Save