From 2833cb8e3c52347e3252d8ec6ae814ce9c1d5750 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 16 May 2024 15:46:27 +0800 Subject: [PATCH] update --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2cb3ad..23068a7 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ - qrencode - 用于生成二维码 ## 启动和关闭 -生成并设置密钥和uuid, **第一次运行必须执行** +初始化, 设置密钥和uuid, **第一次运行必须执行** ``` -cd ./bin -bash ./init.sh +bash ./bin/init.sh ``` 启动 @@ -20,7 +19,7 @@ bash ./init.sh docker-compose up -d ``` -关闭 +停止 ``` docker-compose down ``` @@ -35,7 +34,6 @@ bash ./bin/update_docker_images.sh bash ./bin/print_share_link.sh ``` - ## 修改端口 修改conf/config.json ```json @@ -53,7 +51,6 @@ bash ./bin/print_share_link.sh //... ``` - ## 参考信息 - [xray官方文档](https://xtls.github.io/) - [xray代码仓库](https://github.com/xtls/xray-core)