diff --git a/README.md b/README.md index e37f1d2..3b5bfb6 100644 --- a/README.md +++ b/README.md @@ -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`: ``` -./cmd_linux_amd64 server -config blah.json +./cmd_linux_amd64 -config blah.json server ``` ### Client diff --git a/README.zh.md b/README.zh.md index 6b48071..1d28e91 100644 --- a/README.zh.md +++ b/README.zh.md @@ -54,7 +54,7 @@ Hysteria 是专门针对恶劣网络环境(常见于卫星网络、在中国 如果你的配置文件没有命名为 `config.json` 或在别的路径,请用 `-config` 指定路径: ``` -./cmd_linux_amd64 server -config blah.json +./cmd_linux_amd64 -config blah.json server ``` ### 客户端