diff options
author | chriseth <chris@ethereum.org> | 2018-09-05 02:11:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 02:11:23 +0800 |
commit | c9f50b36aac0328d65fa4061e982ce26b997add6 (patch) | |
tree | a157038dd8b07023a5bf401207ced6d7b3bcc3eb | |
parent | 3c804fd576f8a6017f68cf87550b2ad6653d04ce (diff) | |
parent | d4fd4847de6df44858f3c615d87d175042fe2566 (diff) | |
download | dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.tar dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.tar.gz dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.tar.bz2 dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.tar.lz dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.tar.xz dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.tar.zst dexon-solidity-c9f50b36aac0328d65fa4061e982ce26b997add6.zip |
Merge pull request #4883 from ethereum/docs_json_urls_allow_paths
Mention in docs that standard json url files need --allow-paths
-rw-r--r-- | docs/using-the-compiler.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index b286e1a3..0a64d840 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -83,6 +83,8 @@ Input Description [ "bzzr://56ab...", "ipfs://Qma...", + // If files are used, their directories should be added to the command line via + // `--allow-paths <path>`. "file:///tmp/path/to/file.sol" ] }, |