docs: add a readme
This commit is contained in:
parent
b581e2faf5
commit
f4759d6f7e
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue