EmperorPalpatine/README.MD

8 lines
338 B
Plaintext
Raw Normal View History

2024-04-02 20:39:12 -04:00
# Emperor Palpatine
CollabVM mod bot
## Running it
1. Copy `config.toml.example` to `config.toml`
2. Fill in the required fields
3. Build it: `dotnet publish EmperorPalpatine/EmperorPalpatine.csproj -c Release --os linux-x64 -p:PublishReadyToRun=true`
4. Run it: `./EmperorPalpatine/bin/Release/net8.0/linux-x64/publish/EmperorPalpatine`