From c1eed381866b5c6a2c84373082d2c2c4fa616656 Mon Sep 17 00:00:00 2001 From: Marvin Beckers Date: Mon, 3 Jun 2024 10:20:12 +0200 Subject: [PATCH] Update README with correct install instructions (#13) Signed-off-by: Marvin Beckers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b16ff..e120e10 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Go-written Changelog Generator. Create Changelogs based on GitHub pull request ## Installation ``` -go install k8c.io/gchl +go install k8c.io/gchl@latest ``` ## Usage