Skip to content

Commit 071c22a

Browse files
committed
chore: update docs
1 parent cb4977e commit 071c22a

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

README-es.md

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ pnpm build
236236
Primero compile la interfaz y luego ejecute el siguiente comando en el directorio raíz del proyecto.
237237

238238
```shell
239+
go generate
239240
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
240241
```
241242

README-vi_VN.md

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ pnpm build
290290
Vui lòng build Frontend trước, sau đó thực hiện lệnh sau trong thư mục gốc của dự án.
291291

292292
```shell
293+
go generate
293294
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
294295
```
295296

README-zh_CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ pnpm build
230230
请先完成前端编译,再回到项目的根目录执行以下命令。
231231

232232
```shell
233+
go generate
233234
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
234235
```
235236

README-zh_TW.md

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ pnpm build
235235
請先完成前端編譯,再回到專案的根目錄執行以下命令。
236236

237237
```shell
238+
go generate
238239
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
239240
```
240241

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ pnpm build
296296
Please build the app first, and then execute the following command in the project root directory.
297297

298298
```shell
299+
go generate
299300
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
300301
```
301302

docs/guide/build.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ Before building the backend, the app should be built first because the backend w
3232
Please execute the following command in the project root directory.
3333

3434
```shell
35+
go generate
3536
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
3637
```

docs/zh_CN/guide/build.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ pnpm build
3131
请在项目的根目录执行以下命令。
3232

3333
```shell
34+
go generate
3435
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
3536
```

docs/zh_TW/guide/build.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ pnpm build
3131
請在專案的根資料夾執行以下命令。
3232

3333
```shell
34+
go generate
3435
go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
3536
```

0 commit comments

Comments
 (0)