update distribution script instructions

This commit is contained in:
Jill 2022-09-25 15:57:16 +03:00
parent 399d6329a0
commit 4e8ba20562
1 changed files with 2 additions and 0 deletions

View File

@ -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.