mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore(docs): update backend build command
This commit is contained in:
parent
2071891841
commit
d4fbeef498
7 changed files with 7 additions and 7 deletions
|
@ -295,7 +295,7 @@ pnpm build
|
|||
Please build the app first, and then execute the following command in the project root directory.
|
||||
|
||||
```shell
|
||||
go build -o nginx-ui -v main.go
|
||||
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
|
||||
```
|
||||
|
||||
## Script for Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue