docs: upgrading instructions

This commit is contained in:
Hiroki Osame
2023-03-03 14:23:23 +09:00
parent dd326cf9cd
commit 29856386a7

View File

@@ -33,6 +33,19 @@
This will create a `.aicommits` file in your home directory. 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 ## Usage
### CLI mode ### CLI mode