From f6a1316d4b41152cc734afef0a52070eb34500ba Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Tue, 28 Jan 2025 08:59:43 +0100 Subject: [PATCH] docs: add update command to list of CLI commands --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa704fc..73773f5 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ $ cocommit "message" $ cocommit users *prints list of users* + +$ cocommit update +*updates the cocommit binary to the newest version hosted on github* ``` ### Commitizen Integration