cairo-contracts
cairo-contracts copied to clipboard
Add git installation discouragement notice
As with Solidity contracts, we don't recommend installing directly from github since it could contain incomplete or breaking implementations (although we aim not to). Therefore, only official releases should be installed.
We should add a warning/notice in our README and documentation warning to only install through official packages.
Related to https://github.com/software-mansion/protostar/pull/891.