fix doc missing tags (#126)
This commit is contained in:
parent
2709d8136d
commit
419a9efcd3
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue