diff --git a/README.md b/README.md index 39ed932..2fd7dd7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# zksolc-bin +# ZKsync solidity compiler binaries -This repository contains current and historical builds of the zkEVM Solidity Compiler. +This repository contains current and historical builds of the ZKsync Solidity (`zksolc`) compiler binaries. [Compiler changelog](https://github.com/matter-labs/era-compiler-solidity/blob/-/CHANGELOG.md) -## Troubleshooting +## Troubleshooting + - The binary may need to have its executable bit set: ```chmod a+x ```