Fix up install, so it installs dependencies
Complete instructions
Add LICENSE
Exactly what it sounds like: an app template for Raygui in Guile
PROJECT=MY_PROJECT
# Install the app and its dependencies
/bin/bash -c "$(curl -fsSL https://git.sr.ht/~jamesaorson/guile-raygui-app-template/blob/main/generate.bash)" -- ${PROJECT}
# Run the app
./${PROJECT}/run