From 419a9efcd389aedbb1f5bb6580f82179a6de5d93 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Fri, 6 Jan 2023 06:10:26 -0800 Subject: [PATCH] fix doc missing tags (#126) --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cda6982f..43929c4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/README.md b/README.md index c89cee06..905508db 100644 --- a/README.md +++ b/README.md @@ -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