Skip to content

Commit a33828a

Browse files
committed
chore: update README
1 parent 909f738 commit a33828a

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

README-zh_CN.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/) 与 [Hintay](https
1010

1111
[![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
1212

13-
[For English](README.md)
14-
15-
[繁體中文](README-zh_TW.md)
13+
[English](README.md) | 简体中文 | [繁體中文](README-zh_TW.md)
1614

1715
<details>
1816
<summary>目录</summary>
@@ -130,7 +128,7 @@ Nginx UI 可在以下平台中使用:
130128
- Dragonfly BSD
131129
- Openwrt
132130

133-
您可以在 [最新发行 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest) 中下载最新版本,或使用 [Linux 安装脚本](#scripts-for-linux)
131+
您可以在 [最新发行 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest) 中下载最新版本,或使用 [Linux 安装脚本](#linux-安装脚本)
134132

135133
### 使用方法
136134

@@ -155,7 +153,7 @@ nohup ./nginx-ui -config app.ini &
155153
kill -9 $(ps -aux | grep nginx-ui | grep -v grep | awk '{print $2}')
156154
```
157155
#### 使用 Systemd
158-
如果你使用的是[Linux 安装脚本](#scripts-for-linux),Nginx UI 将作为 `nginx-ui` 服务安装在 systemd 中。请使用 `systemctl` 命令控制。
156+
如果你使用的是[Linux 安装脚本](#linux-安装脚本),Nginx UI 将作为 `nginx-ui` 服务安装在 systemd 中。请使用 `systemctl` 命令控制。
159157

160158
**启动 Nginx UI**
161159

README-zh_TW.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https
1010

1111
[![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
1212

13-
[For English](README.md)
14-
15-
[简体中文](README-zh_CN.md)
13+
[English](README.md) | [简体中文](README-zh_CN.md) | 繁體中文
1614

1715
<details>
1816
<summary>目錄</summary>
@@ -132,7 +130,7 @@ Nginx UI 可在以下作業系統中使用:
132130
- Dragonfly BSD
133131
- Openwrt
134132

135-
您可以在 [最新释出 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest) 中下載最新版本,或使用 [Linux 安裝指令碼](#scripts-for-linux)
133+
您可以在 [最新释出 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest) 中下載最新版本,或使用 [Linux 安裝指令碼](#linux-安裝指令碼)
136134

137135
### 使用方法
138136

@@ -157,7 +155,7 @@ nohup ./nginx-ui -config app.ini &
157155
kill -9 $(ps -aux | grep nginx-ui | grep -v grep | awk '{print $2}')
158156
```
159157
#### 使用 Systemd
160-
如果你使用的是 [Linux 安裝指令碼](#scripts-for-linux),Nginx UI 將作為 `nginx-ui` 守護行程安裝在 systemd 中。請使用 `systemctl` 指令控制。
158+
如果你使用的是 [Linux 安裝指令碼](#linux-安裝指令碼),Nginx UI 將作為 `nginx-ui` 守護行程安裝在 systemd 中。請使用 `systemctl` 指令控制。
161159

162160
**啟動 Nginx UI**
163161

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Yet another Nginx Web UI, developed by [0xJacky](https://jackyu.cn/) and [Hintay
88

99
[![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
1010

11-
[简体中文](README-zh_CN.md)
12-
13-
[繁體中文](README-zh_TW.md)
11+
English | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md)
1412

1513
<details>
1614
<summary>Table of Contents</summary>
@@ -132,7 +130,7 @@ Nginx UI is available on the following platforms:
132130
- Dragonfly BSD
133131
- Openwrt
134132

135-
You can visit [latest release](https://github.com/0xJacky/nginx-ui/releases/latest) to download the latest distribution, or just use [installation scripts for Linux](#scripts-for-linux).
133+
You can visit [latest release](https://github.com/0xJacky/nginx-ui/releases/latest) to download the latest distribution, or just use [installation scripts for Linux](#script-for-linux).
136134

137135
### Usage
138136

@@ -158,7 +156,7 @@ Stop Nginx UI with the follow commond.
158156
kill -9 $(ps -aux | grep nginx-ui | grep -v grep | awk '{print $2}')
159157
```
160158
#### With Systemd
161-
If you are using the [installation script for Linux](#scripts-for-linux), the Nginx UI will be installed as `nginx-ui` service in systemd. Please use the `systemctl` command to control it.
159+
If you are using the [installation script for Linux](#script-for-linux), the Nginx UI will be installed as `nginx-ui` service in systemd. Please use the `systemctl` command to control it.
162160

163161
**Start Nginx UI**
164162

0 commit comments

Comments
 (0)