Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Oct 3, 2021
1 parent d65d8ab commit 59d4365
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,26 @@
</h1>

## Installation
### go-get(dev version)
### from the source
**go1.17**
```
▶ go get -u github.com/hahwul/jwt-hack
go install github.com/hahwul/jwt-hack@latest
```

**go1.16**
```
GO111MODULE=on go get -u github.com/hahwul/jwt-hack
```

### homebrew
```
brew tap hahwul/jwt-hack
brew install jwt-hack
brew tap hahwul/jwt-hack
brew install jwt-hack
```

### snapcraft
```
sudo snap install jwt-hack
sudo snap install jwt-hack
```

## Usage
Expand Down

0 comments on commit 59d4365

Please sign in to comment.