You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ At this point `jwtinfo` will be available as a binary in your system.
66
66
The following script will download and install precompiled binaries from the latest GitHub release
67
67
68
68
```bash
69
-
curl https://raw.githubusercontent.com/lmammino/jwtinfo/master/install.sh | sh
69
+
curl https://raw.githubusercontent.com/lmammino/jwtinfo/main/install.sh | sh
70
70
```
71
71
72
72
By default it will install the binary in `/usr/local/bin`. You can customize this by setting the `INSTALL_DIRECTORY` environment variable before running the script (e.g. `INSTALL_DIRECTORY=$HOME` will install the binary in `$HOME/bin`).
0 commit comments