mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-08 13:29:53 +00:00
Fix incorrect README cmd example
This commit is contained in:
parent
3fdcb5b34c
commit
c7c2e59732
@ -61,7 +61,7 @@ To launch the server, simply run
|
|||||||
If your config file is not named `config.json` or is in a different path, specify it with `-config`:
|
If your config file is not named `config.json` or is in a different path, specify it with `-config`:
|
||||||
|
|
||||||
```
|
```
|
||||||
./cmd_linux_amd64 server -config blah.json
|
./cmd_linux_amd64 -config blah.json server
|
||||||
```
|
```
|
||||||
|
|
||||||
### Client
|
### Client
|
||||||
|
@ -54,7 +54,7 @@ Hysteria 是专门针对恶劣网络环境(常见于卫星网络、在中国
|
|||||||
如果你的配置文件没有命名为 `config.json` 或在别的路径,请用 `-config` 指定路径:
|
如果你的配置文件没有命名为 `config.json` 或在别的路径,请用 `-config` 指定路径:
|
||||||
|
|
||||||
```
|
```
|
||||||
./cmd_linux_amd64 server -config blah.json
|
./cmd_linux_amd64 -config blah.json server
|
||||||
```
|
```
|
||||||
|
|
||||||
### 客户端
|
### 客户端
|
||||||
|
Loading…
x
Reference in New Issue
Block a user