From 44ce3cd8d68b786a3aac6b5daba90e7f12b75200 Mon Sep 17 00:00:00 2001 From: axetroy Date: Mon, 23 Nov 2020 09:04:07 +0800 Subject: [PATCH] docs: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5d58a86..2c300576 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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