Skip to content

Commit 8e4e8ca

Browse files
authored
Merge pull request #42 from mesaglio/master
update installation doc
2 parents bd28755 + 60085bf commit 8e4e8ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@ brew install goclone
4848
### Manual
4949

5050
```bash
51+
# GO version < 1.18
5152
# go get :)
5253
go get github.com/imthaghost/goclone
5354
# change to project directory using your GOPATH
5455
cd $GOPATH/src/github.com/imthaghost/goclone/cmd/goclone
5556
# build and install application
5657
go install
58+
# GO version >= 1.18
59+
go install github.com/imthaghost/goclone/cmd/goclone@latest
5760
```
5861

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

0 commit comments

Comments
 (0)