Skip to content

Commit 4ffe2f8

Browse files
committed
Update: Simplify README setup command for dynamic paths
- Modifies the README to use a simpler command for setting up - `commit-msg`, allowing dynamic path usage for easier setup.
1 parent e34d0fd commit 4ffe2f8

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
@@ -25,10 +25,10 @@ Before running the application, ensure you have set the system environment varia
2525

2626
### Download the latest release and set the in the path variables then you can use `commit .` in any git repo
2727

28-
To set up `commit-msg`, run the following command:
28+
To set up `commit-msg`, run the following command: (Use the you git repo path)
2929

3030
```bash
31-
go run src/main.go --setup --path F:/Git/commit-msg --name commit-msg
31+
go run src/main.go .
3232
```
3333

3434

0 commit comments

Comments
 (0)