From a44d0603fdfa641a022bb91c27db6ce81573687d Mon Sep 17 00:00:00 2001 From: Lonny Wong Date: Sun, 10 Dec 2023 08:27:25 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd0fde..1ab6fc5 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,8 @@ _在作者的 MacOS 上,使用 `trzsz ssh` 的上传速度在 10 MB/s 左右 ```sh git clone https://github.com/trzsz/trzsz-ssh.git cd trzsz-ssh - go build ./cmd/tssh + make + sudo make install ```