We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97140ed commit caaaa78Copy full SHA for caaaa78
README.md
@@ -32,6 +32,14 @@ brew install get-jwt
32
33
Pre-built binaries are available for Windows, MacOS, and Linux in the [Github Releases](https://github.com/dbirks/get-jwt/releases).
34
35
+An example of installing the binary for Linux would be:
36
+
37
+```
38
+curl -LO https://github.com/dbirks/get-jwt/releases/download/v0.1.2/get-jwt_0.1.2_linux_amd64
39
+mv get-jwt_0.1.2_linux_amd64 /usr/local/bin/get-jwt
40
+chmod +x /usr/local/bin/get-jwt
41
42
43
### Go
44
45
If you have Go installed locally, you can install get-jwt with:
0 commit comments