From 64130a5a39ba78b20f2ce340a427f7b7bb42bc3a Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Wed, 30 Oct 2019 12:22:55 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b84a3049..8e57f7af 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,18 @@ Demo ## Install -### with Go +### Build yourself [Go 1.11+] ``` -go get -u github.com/tg123/sshpiper/sshpiperd +git clone +cd sshpiper/sshpiperd/ +GO111MODULE=on go build ``` with pam module support ``` -go get -u -tags pam github.com/tg123/sshpiper/sshpiperd +GO111MODULE=on go build -tags pam ``` ### with [Docker image](https://registry.hub.docker.com/u/farmer1992/sshpiperd/)