Skip to content

Commit b876a93

Browse files
authored
Merge pull request #2 from nicrie/main
docs: fix install instructions
2 parents 4a3fd46 + 81ef37f commit b876a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First, make sure you have the Go programming language installed on your system.
1313
To install the `git2gpt` utility, run the following command:
1414

1515
```bash
16-
go install github.com/chand1012/git2gpt
16+
go install github.com/chand1012/git2gpt@latest
1717
```
1818

1919
This command will download and install the git2gpt binary to your `$GOPATH/bin` directory. Make sure your `$GOPATH/bin` is included in your `$PATH` to use the `git2gpt` command.

0 commit comments

Comments
 (0)