From 6b59eb6a569b1b3444631544709ed9bef05a068f Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 9 Feb 2021 22:25:48 +0800 Subject: [PATCH] chore(docs): add releases to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a486f68..444ecc4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The ideas behind `ccv` are described by [Conventional Commits](https://www.conve ## Get it +Download the latest [release](https://github.com/smlx/ccv/releases) on github, or: + ``` go get github.com/smlx/ccv ```