From d97eae6f5bab1a8f89c3c5dbfc9ec697d17f5f61 Mon Sep 17 00:00:00 2001 From: cs8425 Date: Wed, 29 Apr 2026 22:38:13 +0800 Subject: [PATCH] update README_linux.md --- README_linux.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README_linux.md b/README_linux.md index f5af6c7..36b910b 100644 --- a/README_linux.md +++ b/README_linux.md @@ -51,7 +51,13 @@ dotnet run --project ./MikuSB ## release build ```bash -LANG=C time dotnet build -c Release +DOTNET_CLI_UI_LANGUAGE=en time dotnet publish ./MikuSB/MikuSB.csproj -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true --property:PublishDir=../publish + +# output will in ./publish/* +cd ./publish + +# start server +./MikuSB ``` ## TODO: