站点更新:2018-03-28 09:17:26
This commit is contained in:
parent
b8ec1bb703
commit
ae41fbb42f
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user