Skip to content

Commit

Permalink
Submitting review 17c37fd
Browse files Browse the repository at this point in the history
go get -> go install
  • Loading branch information
ojarjur committed Aug 12, 2023
2 parents 99aeb0e + 17c37fd commit be47510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ is installing the client on your workstation.
Assuming you have the [Go tools installed](https://golang.org/doc/install), run
the following command:

go get github.com/google/git-appraise/git-appraise
go install github.com/google/git-appraise/git-appraise@latest

Then, either make sure that `${GOPATH}/bin` is in your PATH, or explicitly add the
"appraise" git alias by running the following command.
Expand Down

0 comments on commit be47510

Please sign in to comment.