Skip to content

Commit 60085bf

Browse files
committed
fix path installation
1 parent 32fee5f commit 60085bf

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
@@ -56,7 +56,7 @@ cd $GOPATH/src/github.com/imthaghost/goclone/cmd/goclone
5656
# build and install application
5757
go install
5858
# GO version >= 1.18
59-
go install github.com/imthaghost/goclone@latest
59+
go install github.com/imthaghost/goclone/cmd/goclone@latest
6060
```
6161

6262
<a name="todo"></a>

0 commit comments

Comments
 (0)