docs: add a readme

This commit is contained in:
Maciej Pawłowski 2025-04-19 21:00:10 +02:00
parent b581e2faf5
commit f4759d6f7e
Signed by: maciek
GPG key ID: 9FC186633565C9C7

9
README.md Normal file
View file

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