From 5ec73d64740b297c679f3f5685f2b7a78483fb7c Mon Sep 17 00:00:00 2001 From: Elijah Date: Mon, 8 Apr 2024 22:21:50 -0400 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7684828..b631c1f 100644 --- a/README.MD +++ b/README.MD @@ -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` \ No newline at end of file