diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-09-03 21:11:35 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-09-03 21:11:35 +0800 |
commit | d4fd4847de6df44858f3c615d87d175042fe2566 (patch) | |
tree | fce073de1f96b98591ac1732978ec6545ddae258 /docs/using-the-compiler.rst | |
parent | 410d288dfc2e08c42df58c7e01ad5c332ce92727 (diff) | |
download | dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.gz dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.tar.zst dexon-solidity-d4fd4847de6df44858f3c615d87d175042fe2566.zip |
Mention in the standard json documentation that files in urls need their directories allowed via --allow-paths
Diffstat (limited to 'docs/using-the-compiler.rst')
-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" ] }, |