Fix incorrect README cmd example

This commit is contained in:
Toby 2021-03-28 13:24:07 -07:00
parent 3fdcb5b34c
commit c7c2e59732
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
``` ```
### 客户端 ### 客户端