Explorar o código

Update ReadMe.md

Nick Peng %!s(int64=6) %!d(string=hai) anos
pai
achega
8345f92bd1
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 9 0
      ReadMe.md
  2. 9 0
      ReadMe_zh-CN.md

+ 9 - 0
ReadMe.md

@@ -211,6 +211,15 @@ https://github.com/pymu/smartdns/releases
     dpkg -i smartdns.xxxxxxxx.armhf.deb
     ```
 
+    For X86-64 system, download the installation package like `smartdns.xxxxxxxx.x86-64.tar.gz` and upload it to the Linux system. Run the following command to install
+
+    ```shell
+    tar zxf smartdns.xxxxxxxx.x86-64.tar.gz
+    cd smartdns
+    chmod +x ./install
+    ./install -i
+    ```
+
 1. Configuration
 
     After the installation is complete, you can configure the upstream server to  smartdns. Refer to the `Configuration Parameters` for specific configuration parameters.  

+ 9 - 0
ReadMe_zh-CN.md

@@ -214,6 +214,15 @@ https://github.com/pymumu/smartdns/releases
     dpkg -i smartdns.xxxxxxxx.armhf.deb
     ```
 
+    x86系统下载配套安装包`smartdns.xxxxxxxx.x86-64.tar.gz`, 并上传到Linux系统中。 执行如下命令安装
+
+    ```shell
+    tar zxf smartdns.xxxxxxxx.x86-64.tar.gz
+    cd smartdns
+    chmod +x ./install
+    ./install -i
+    ```
+
 1. 修改配置
 
     安装完成后,可配置smartdns的上游服务器信息。具体配置参数参考`配置参数`说明。