3 lines
103 B
Bash
3 lines
103 B
Bash
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
|
export LANG=en_US.UTF-8
|
|
dotnet run --project SharpChat -c Release
|