goo-issuance
goo-issuance copied to clipboard
Update README.md
Added forge build
section since forge test
fails due to missing dependencies.
Source "solmate/utils/FixedPointMathLib.sol" not found: File not found.
in my case.
Cheers!
I don't know if it's something to do with forge, but to run a successful build on a newly cloned repo i need to forge build
twice.
The first forge build
prints that it's downloading dependencies, but still fails saying it did not found forge-std and solmate deps. The second execution runs successfully.