From a94105d52a25a0de1e65107d1bdd735d9f3c0094 Mon Sep 17 00:00:00 2001 From: yuki3738 Date: Sat, 13 Jan 2024 02:19:21 +0900 Subject: [PATCH] Update installation instructions in README.md Documented that aicommits can be INSTALLED with brew. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 106eceed..4d4ba9e4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ npm install -g aicommits ``` + or + + ```sh + brew install aicommits + ``` + 2. Retrieve your API key from [OpenAI](https://platform.openai.com/account/api-keys) > Note: If you haven't already, you'll have to create an account and set up billing. @@ -46,6 +52,12 @@ If it's not the [latest version](https://github.com/Nutlope/aicommits/releases/l npm update -g aicommits ``` +or + +```sh +brew upgrade aicommits +``` + ## Usage ### CLI mode