Skip to content

Commit caaaa78

Browse files
committed
Add binary install instructions
1 parent 97140ed commit caaaa78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ brew install get-jwt
3232

3333
Pre-built binaries are available for Windows, MacOS, and Linux in the [Github Releases](https://github.com/dbirks/get-jwt/releases).
3434

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+
3543
### Go
3644

3745
If you have Go installed locally, you can install get-jwt with:

0 commit comments

Comments
 (0)