# Project: Doodle Full Setup This repo provides a Python script, `full-setup.py` which will initialize and release a build of Project: Doodle on your current Unix-like system (Fedora, Debian, and macOS-like targets). On macOS ensure you have installed homebrew first: https://brew.sh The script automates the full process of cloning down all the repos, putting release assets in place (fonts, doodads, levels, sounds) and building a release tarball for your current system. This is especially useful for systems not targeted by the Docker image, such as macOS and Linux on ARM (Pinephone). ## See Also * [doodle-docker](https://git.kirsle.net/apps/doodle-docker)