From 25dc319ce2af504f55f265288ee22c9197c866de Mon Sep 17 00:00:00 2001 From: ehlxr Date: Tue, 27 Mar 2018 18:25:33 +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-27=2018:25:33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 60e17f8..965ed90 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,14 @@ # Install +build with golang + ``` ➜ go get -u github.com/ehlxr/jwt ``` +or download [releases](https://github.com/ehlxr/jwt/releases) binary package. + # Usage ```