Skip to content

Commit e34d0fd

Browse files
committed
Update: Clarify README usage with dynamic path
- Modifies README to instruct users to use their own git repo path - Simplifies the example command to use current directory
1 parent dae3092 commit e34d0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ go run src/main.go --setup --path F:/Git/commit-msg --name commit-msg
3737

3838
## Usage
3939

40-
To run `commit-msg`, use:
40+
To run `commit-msg`, use: (Use the you git repo path)
4141

4242
```bash
43-
go run src/main.go --path F:/Git/commit-msg
43+
go run src/main.go .
4444
```
4545

4646
This will execute `commit-msg` in the current directory:

0 commit comments

Comments
 (0)