站点更新:2018-03-28 09:17:26

master
ehlxr 2018-03-28 09:17:26 +08:00
parent b8ec1bb703
commit ae41fbb42f
1 changed files with 9 additions and 1 deletions

View File

@ -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