Create a Foundry project by running this in your terminal, in an empty directory:
curl -s https://raw.githubusercontent.com/Vectorized/foundry-starter/main/create-foundry-project.sh | bashIf your Foundry project has already been created, to install the Solady Test Framework:
curl -s https://raw.githubusercontent.com/Vectorized/foundry-starter/main/install-solady-test.sh | bashThis is NOT a template.
This is simply a script to initialize a Foundry project with Solady recommended settings.