We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1998d commit 840d569Copy full SHA for 840d569
README.md
@@ -9,6 +9,7 @@
9
10
```bash
11
cd sshpro
12
+go mod init
13
go build
14
ln -sv $PWD/sshpro /bin/sshpro # 将可执行文件链接到/bin目录下,可选
15
```
0 commit comments