diff --git a/README.md b/README.md index 66f68dd..f82cb7d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ During distribution, there are a couple of files that should be left out: - The `docs/` directory - it's here solely for the logo, and is already included in the template itself. - The `README.md` at the root of the template - it doesn't serve much purpose outside of a repository. +If you're on Linux or have MSYS2/WSL/similar installed, you can use the [distribution script](https://git.oat.zone/oat/uranium-template/src/branch/main/distribute-template.sh). + ## Development Everything related to the core functionality - loading actors, callbacks - goes in `template/main.xml`. It's not the most convinient, but I want to eventually move this out to its own Lua file.