Browse Source

update server path

zjcqoo 6 years ago
parent
commit
30ceea1476
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      cert/README.md

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ yum install -y \
 启动服务:
 
 ```bash
-./server/run.sh
+~/server/run.sh
 ```
 
 访问:https://etherdream.github.io/jsproxy-localtest/-----https://github.com/

+ 1 - 1
cert/README.md

@@ -1,3 +1,3 @@
 该目录存放 HTTPS 证书,每个域名使用独立的目录。
 
-证书通过 `server/gen-cert/run.sh` 生成。
+证书通过 `~/server/gen-cert/gen.sh` 生成。