diff --git a/README.md b/README.md index b206377..fef4f50 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,11 @@ ssh -oPort=12701 root@x.x.x.x ## 开发/PR -- 安装 `vs2019` -- 安装 `dotnetcore runtime&sdk 3.1` 或以上版本 +- install `vs2019` +- install `dotnetcore runtime&sdk 3.1` 或以上版本 +- add `test.test.cc 127.0.0.1` in host file +- run fasttunnel.server +- run fasttunnel.client ## License Apache License 2.0 diff --git a/README_zh.md b/README_zh.md index 01b1475..1d523d9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -114,6 +114,9 @@ ssh -oPort=12701 root@x.x.x.x ## 开发/PR - 安装 `vs2019` - 安装 `dotnetcore runtime&sdk 3.1` 或以上版本 +- host文件中添加 `test.test.cc 127.0.0.1` +- 启动 fasttunnel.server +- 启动 fasttunnel.client ## License Apache License 2.0