chore: update docs

This commit is contained in:
Jacky 2025-02-05 18:45:07 +08:00
parent cb4977e5ab
commit 071c22a881
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
8 changed files with 8 additions and 0 deletions

View file

@ -296,6 +296,7 @@ pnpm build
Please build the app first, and then execute the following command in the project root directory.
```shell
go generate
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
```