Demonstrates how to work with Zozz by building itself.
Repeats what you say (example for optional and splatting args)
Create a new Zozz debug build
cargo buildBuild a new release-ready version of Zozz
cargo build --releasePublishes a fresh release to Github
- build release
# figure this one outUpdate the container used to build customized Zozz executables and push it to DockerHub
# todo