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)