fix bug in readme

This commit is contained in:
Mike Nolan 2024-10-11 18:04:11 -05:00
parent e15165c094
commit 54392d25a3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
To Install
```bash
dotnet publish --self-contained -p:PublishSingleFile -p:PublishReadyToRun=true -r linux-x64 -o out -c Release
dotnet publish --self-contained -p:PublishSingleFile=true -p:PublishReadyToRun=true -r linux-x64 -o out -c Release
```
copy data folder into out