Follow the instructions here: https://book.getfoundry.sh/getting-started/installation
Or run the foundryup install command:
curl -L https://foundry.paradigm.xyz | bash
mkdir solidity-counter
cd solidity-counter
forge init
forge test -vv
Follow the instructions here: https://book.getfoundry.sh/getting-started/installation
Or run the foundryup install command:
curl -L https://foundry.paradigm.xyz | bash
mkdir solidity-counter
cd solidity-counter
forge init
forge test -vv