Browse Source

chore: update README.md

Jacky 9 months ago
parent
commit
53eac765a2

+ 1 - 1
README-es.md

@@ -144,7 +144,7 @@ Puede visitar [latest release](https://github.com/0xJacky/nginx-ui/releases/late
 
 ### Uso
 
-Al ejecutar por primera vez la UI de Nginx, visite en su navegador `http://<your_server_ip>:<listen_port>/install` para completar las configuraciones posteriores.
+Al ejecutar por primera vez la UI de Nginx, visite en su navegador `http://<your_server_ip>:<listen_port>` para completar las configuraciones posteriores.
 
 #### Desde el ejecutable
 **Ejecutar UI Nginx en la terminal**

+ 1 - 1
README-vi_VN.md

@@ -158,7 +158,7 @@ Bạn có thể truy cập [latest release](https://github.com/0xJacky/nginx-ui/
 
 ### Sử dụng
 
-Trong lần chạy đầu tiên, vui lòng truy cập `http://<your_server_ip>:<listen_port>/install` bằng trình duyệt của bạn để hoàn tất các cấu hình.
+Trong lần chạy đầu tiên, vui lòng truy cập `http://<your_server_ip>:<listen_port>` bằng trình duyệt của bạn để hoàn tất các cấu hình.
 
 #### Chạy với Executable
 **Chạy giao diện người dùng Nginx trong Terminal**

+ 1 - 1
README-zh_CN.md

@@ -137,7 +137,7 @@ Nginx UI 可在以下平台中使用:
 
 ### 使用方法
 
-第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>/install` 完成后续配置。
+第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>` 完成后续配置。
 
 #### 通过执行文件运行
 **在终端中运行 Nginx UI**

+ 1 - 1
README-zh_TW.md

@@ -140,7 +140,7 @@ Nginx UI 可在以下作業系統中使用:
 
 ### 使用方法
 
-第一次執行 Nginx UI 時,請在網頁瀏覽器中訪問 `http://<your_server_ip>:<listen_port>/install` 完成後續設定。
+第一次執行 Nginx UI 時,請在網頁瀏覽器中訪問 `http://<your_server_ip>:<listen_port>` 完成後續設定。
 
 #### 透過執行檔案執行
 

+ 1 - 1
README.md

@@ -154,7 +154,7 @@ You can visit [latest release](https://github.com/0xJacky/nginx-ui/releases/late
 
 ### Usage
 
-In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>/install`
+In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>`
 in your browser to complete the follow-up configurations.
 
 #### From Executable

+ 1 - 1
docs/guide/getting-started.md

@@ -35,7 +35,7 @@ control the host machine's Nginx. You can also [install via Docker](#install-wit
 includes Nginx and can be used bundled. For advanced users, you may also visit the [latest release](https://github.com/0xJacky/nginx-ui/releases/latest)
 to download the latest distribution and [run executable directly](#run-executable-directly), or [manually build it](./build).
 
-In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>/install`
+In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>`
 in your browser to complete the follow-up configurations.
 
 In addition, we provide [an example](./nginx-proxy-example) of using Nginx to reverse proxy Nginx UI,

+ 1 - 1
docs/zh_CN/guide/getting-started.md

@@ -31,7 +31,7 @@ http {
 我们提供的镜像包含 Nginx 并可以直接使用。对于高级用户,您也可以在 [最新发行 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest)
 中下载最新版本并 [通过执行文件运行](#通过执行文件运行),或者 [手动构建](./build)。
 
-第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>/install` 完成后续配置。
+第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>` 完成后续配置。
 
 此外,我们提供了一个使用 Nginx 反向代理 Nginx UI 的 [示例](./nginx-proxy-example),您可在安装完成后使用。
 

+ 1 - 1
docs/zh_TW/guide/getting-started.md

@@ -31,7 +31,7 @@ http {
 我們提供的映象包含 Nginx 並可以直接使用。對於高階使用者,您也可以在 [最新發行 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest)
 中下載最新版本並 [透過執行檔案執行](#透過執行檔案執行),或者 [手動構建](./build)。
 
-第一次執行 Nginx UI 時,請在瀏覽器中訪問 `http://<your_server_ip>:<listen_port>/install` 完成後續配置。
+第一次執行 Nginx UI 時,請在瀏覽器中訪問 `http://<your_server_ip>:<listen_port>` 完成後續配置。
 
 此外,我們提供了一個使用 Nginx 反向代理 Nginx UI 的 [示例](./nginx-proxy-example),您可在安裝完成後使用。