From 4e8ba205621df4df01643dc6eea181656fc23bf8 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Sun, 25 Sep 2022 15:57:16 +0300 Subject: [PATCH] update distribution script instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.