Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
added installation instructions to command readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrijalva authored Jun 20, 2019
1 parent 7cd734d commit 5e25c22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e25c22

Please sign in to comment.