Skip to content

Commit b086240

Browse files
authored
Merge pull request #42 from pevans96/master
Update README.md install directions
2 parents de1f859 + 3363085 commit b086240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Installation
1111

1212
pre-built binaries are available under [releases](https://github.com/jehiah/json2csv/releases).
1313

14-
If you have a working golang install, you can use `go get`.
14+
If you have a working golang install, you can use `go install`.
1515

1616
```bash
17-
go get github.com/jehiah/json2csv
17+
go install github.com/jehiah/json2csv@latest
1818
```
1919

2020
Usage

0 commit comments

Comments
 (0)