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