From f4759d6f7e4cb61cb143f668e061c4a1bec98007 Mon Sep 17 00:00:00 2001 From: maciek Date: Sat, 19 Apr 2025 21:00:10 +0200 Subject: [PATCH] docs: add a readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65846d8 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Table Eating Toggle + +A rimworld mod adding a toggle to disable colonists eating at specific tables. +## Building +Assuming you have .NET installed just execute: +```sh +dotnet build ./Source/TableToggle.csproj -c Release +``` +and Assemblies folder should appear with a built dll in the right location.