From df04d12a67c7ddc1325e0bc7b37266d896131f0e Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Sat, 16 Apr 2022 15:12:51 +0000 Subject: [PATCH] update build step readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254042fd..b2c9cbf7 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,10 @@ Permission denied (publickey). ### Build yourself [Go 1.18] ``` -git clone -cd sshpiper/sshpiperd/ +git clone https://github.com/tg123/sshpiper.git +cd sshpiper +git submodule update --init --recursive +cd sshpiperd go build ```