From 5e25c22bd5d6de03265bbe5462dcd162f85046f6 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Thu, 20 Jun 2019 11:01:02 -0700 Subject: [PATCH] added installation instructions to command readme --- cmd/jwt/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/jwt/README.md b/cmd/jwt/README.md index c05150e..41eb89d 100644 --- a/cmd/jwt/README.md +++ b/cmd/jwt/README.md @@ -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 +