From 29856386a7fdb7794570fd7a63834a0b4f32feb7 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Fri, 3 Mar 2023 14:23:23 +0900 Subject: [PATCH] docs: upgrading instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2e5ef8e..572b042 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,19 @@ This will create a `.aicommits` file in your home directory. +### Upgrading + +Check the installed version with: +``` +aicommits --version +``` + +If it's not the [latest version](https://github.com/Nutlope/aicommits/releases/latest), run: + +```sh +npm update -g aicommits +``` + ## Usage ### CLI mode