Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 1e759e9

Browse files
authored
docs: update installation instructions in README (#22)
1 parent 584674f commit 1e759e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Automates the creation of standardized Git commit messages using [OpenAI's API](
3030

3131
## Installation Instructions
3232

33-
Commit Generator can be installed using npm:
33+
Commit Generator can be installed globally using npm:
3434

3535
```bash
3636
npm install -g ai-diff-commit

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ai-diff-commit",
33
"version": "0.0.2",
44
"description": "A CLI tool to generate commit messages using AI, powered by OpenAI.",
5+
"preferGlobal": true,
56
"main": "dist/main.js",
67
"bin": {
78
"ai-diff-commit": "dist/main.js"

0 commit comments

Comments
 (0)