mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 03:03:58 +00:00
update README_linux.md
This commit is contained in:
@@ -51,7 +51,13 @@ dotnet run --project ./MikuSB
|
|||||||
## release build
|
## release build
|
||||||
|
|
||||||
```bash
|
```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:
|
## TODO:
|
||||||
|
|||||||
Reference in New Issue
Block a user