added installation instructions to command readme

This commit is contained in:
Dave Grijalva 2019-06-20 11:01:02 -07:00 committed by GitHub
parent 7cd734deee
commit 5e25c22bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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