@ksw8954/git-ai-commit 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,11 @@ npm link
|
|
|
20
20
|
If the package is published to npm, it can be installed directly in another project:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
|
|
23
|
+
# local install
|
|
24
|
+
npm install @ksw8954/git-ai-commit
|
|
25
|
+
|
|
26
|
+
# or install globally to use the CLI everywhere
|
|
27
|
+
npm install -g @ksw8954/git-ai-commit
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Usage
|