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 d65d8ab commit 59d4365Copy full SHA for 59d4365
README.md
@@ -14,20 +14,26 @@
14
</h1>
15
16
## Installation
17
-### go-get(dev version)
+### from the source
18
+**go1.17**
19
```
-▶ go get -u github.com/hahwul/jwt-hack
20
+go install github.com/hahwul/jwt-hack@latest
21
+```
22
+
23
+**go1.16**
24
25
+GO111MODULE=on go get -u github.com/hahwul/jwt-hack
26
27
28
### homebrew
29
-▶ brew tap hahwul/jwt-hack
-▶ brew install jwt-hack
30
+brew tap hahwul/jwt-hack
31
+brew install jwt-hack
32
33
34
### snapcraft
35
-▶ sudo snap install jwt-hack
36
+sudo snap install jwt-hack
37
38
39
## Usage
0 commit comments