fix doc missing tags (#126)

This commit is contained in:
Boshi Lian 2023-01-06 06:10:26 -08:00 committed by GitHub
parent 2709d8136d
commit 419a9efcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ The `upstream` object contains host port and auth info about how to connect to t
simple build it with:
```
go build
go build -tags full
```
you will get the executable in the current directory. say `myplugin`. start it with:

View file

@ -43,7 +43,7 @@ cd sshpiper
git submodule update --init --recursive
mkdir out
go build -o out ./...
go build -tags full -o out ./...
```
## Run simple demo