forked from mirror/jwt
added installation instructions to command readme
This commit is contained in:
parent
7cd734deee
commit
5e25c22bd5
|
@ -11,3 +11,8 @@ The following will create and sign a token, then verify it and output the origin
|
|||
To simply display a token, use:
|
||||
|
||||
echo $JWT | ./jwt -show -
|
||||
|
||||
You can install this tool with the following command:
|
||||
|
||||
go install github.com/dgrijalva/jwt-go/cmd/jwt
|
||||
|
||||
|
|
Loading…
Reference in New Issue