Update README.MD

This commit is contained in:
Elijah 2024-04-08 22:21:50 -04:00
parent d6d0f12626
commit 5ec73d6474

View file

@ -4,5 +4,5 @@ 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`
3. Build it: `dotnet publish EmperorPalpatine/EmperorPalpatine.csproj -c Release --os linux -p:PublishReadyToRun=true`
4. Run it: `./EmperorPalpatine/bin/Release/net8.0/linux-x64/publish/EmperorPalpatine`