Skip to content

Commit f7e3213

Browse files
authored
Update go get in README.md (#13)
With go 1.17, `go install` should be used instead of `go get -u...`
1 parent 03ad358 commit f7e3213

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
@@ -18,7 +18,7 @@ uses some parts of [goveralls](https://github.com/mattn/goveralls).
1818
## Installation
1919

2020
```
21-
$ go get -u github.com/jandelgado/gcov2lcov
21+
$ go install github.com/jandelgado/gcov2lcov@latest
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)