Skip to content

Commit aa56b07

Browse files
committed
Mention that solc-js does not automatically read from the filesystem.
1 parent becf99d commit aa56b07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ solcjs --help
2828
Note: this commandline interface is not compatible with `solc` provided by the Solidity compiler package and thus cannot be
2929
used in combination with an Ethereum client via the `eth.compile.solidity()` RPC method. Please refer to the
3030
[Solidity compiler documentation](https://solidity.readthedocs.io/) for instructions to install `solc`.
31+
Furthermore, the commandline interface to solc-js provides fewer features than the binary release.
32+
One of the missing features is automatic loading of files from the filesystem if they are not explicitly
33+
mentioned on the command line.
3134

3235
### Usage in Projects
3336

0 commit comments

Comments
 (0)