Skip to content

Commit

Permalink
Merge pull request #7 from DullJZ/master
Browse files Browse the repository at this point in the history
fix --config usage
  • Loading branch information
Septrum101 authored Mar 11, 2024
2 parents 124350a + 378591e commit cf55338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xrayr-xia-zai-he-an-zhuang/install/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 下载并使用

1. 在此处,根据自身系统选择合适的版本:[Release](https://github.com/XrayR-project/XrayR/releases)
2. 解压压缩包,之后运行:`./XrayR -config config.yml`
2. 解压压缩包,之后运行:`./XrayR --config config.yml`

## 编译并使用

Expand All @@ -15,7 +15,7 @@
cd XrayR/main
go mod tidy
go build -o XrayR -ldflags "-s -w"
./XrayR -config config.yml
./XrayR --config config.yml
```

配置文件详见:[配置文件说明](../../xrayr-pei-zhi-wen-jian-shuo-ming/config.md)
Expand Down

0 comments on commit cf55338

Please sign in to comment.