Skip to content

Commit

Permalink
Merge pull request #42 from mesaglio/master
Browse files Browse the repository at this point in the history
update installation doc
  • Loading branch information
mesaglio committed Aug 14, 2022
2 parents bd28755 + 60085bf commit 8e4e8ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ brew install goclone
### Manual

```bash
# GO version < 1.18
# go get :)
go get github.com/imthaghost/goclone
# change to project directory using your GOPATH
cd $GOPATH/src/github.com/imthaghost/goclone/cmd/goclone
# build and install application
go install
# GO version >= 1.18
go install github.com/imthaghost/goclone/cmd/goclone@latest
```

<a name="todo"></a>
Expand Down

0 comments on commit 8e4e8ca

Please sign in to comment.