Update README.md

This commit is contained in:
Boshi Lian 2019-10-30 12:22:55 -07:00 committed by GitHub
parent 63bbdb3441
commit 64130a5a39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/)