Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 23, 2020
1 parent 9c79fd9 commit 44ce3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ feature:
- [x] Template Support
- [ ] Custom template
- [x] Conventional Commits Parser
- [ ] Generate multiple versions of change logs
- [x] Generate multiple versions of change logs

### Usage

Expand Down Expand Up @@ -92,9 +92,9 @@ If you are using Linux/macOS. you can install it with the following command:
# install latest version
curl -fsSL https://raw.githubusercontent.com/axetroy/changelog/master/install.sh | bash
# or install specified version
curl -fsSL https://raw.githubusercontent.com/axetroy/changelog/master/install.sh | bash -s v1.3.0
curl -fsSL https://raw.githubusercontent.com/axetroy/changelog/master/install.sh | bash -s v0.1.0
# or install from gobinaries.com
curl -sf https://gobinaries.com/axetroy/changelog@v1.3.0 | sh
curl -sf https://gobinaries.com/axetroy/changelog@v0.1.0 | sh
```

Or
Expand Down

0 comments on commit 44ce3cd

Please sign in to comment.