Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Feb 5, 2025
1 parent cb4977e commit 071c22a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ pnpm build
Primero compile la interfaz y luego ejecute el siguiente comando en el directorio raíz del proyecto.

```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
```

Expand Down
1 change: 1 addition & 0 deletions README-vi_VN.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ pnpm build
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.

```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
```

Expand Down
1 change: 1 addition & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ pnpm build
请先完成前端编译,再回到项目的根目录执行以下命令。

```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
```

Expand Down
1 change: 1 addition & 0 deletions README-zh_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ pnpm build
請先完成前端編譯,再回到專案的根目錄執行以下命令。

```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
```

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions docs/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Before building the backend, the app should be built first because the backend w
Please 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
```
1 change: 1 addition & 0 deletions docs/zh_CN/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ pnpm build
请在项目的根目录执行以下命令。

```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
```
1 change: 1 addition & 0 deletions docs/zh_TW/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ pnpm build
請在專案的根資料夾執行以下命令。

```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
```

0 comments on commit 071c22a

Please sign in to comment.