From ae41fbb42f37a9ea0011ec211279aa2dcf24afe5 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Wed, 28 Mar 2018 09:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E6=9B=B4=E6=96=B0=EF=BC=9A20?= =?UTF-8?q?18-03-28=2009:17:26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c0953..c3dd214 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,20 @@ # Install -build with golang +build with go get ``` ➜ go get -u github.com/ehlxr/jwt ``` +build with go [dep](https://github.com/golang/dep) + +``` +➜ git clone https://github.com/ehlxr/jwt.git + +➜ cd jwt && dep ensure +``` + or download [releases](https://github.com/ehlxr/jwt/releases) binary package. # Usage