Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 6ae8e1a

Browse files
authored
Merge pull request #9 from dty1er/fix-installation-command
specify version in go install command for non-module installation
2 parents a00e00d + ae33ceb commit 6ae8e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ brew install Code-Hex/tap/gqldoc
5353
Again, this tool is supported Go 1.16 and above. If you are one of those users, you can install like below.
5454

5555
```sh
56-
$ go install github.com/Code-Hex/gqldoc/cmd/gqldoc
56+
$ go install github.com/Code-Hex/gqldoc/cmd/gqldoc@latest
5757
```
5858

5959
### Manually download

0 commit comments

Comments
 (0)