We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de1f859 + 3363085 commit b086240Copy full SHA for b086240
README.md
@@ -11,10 +11,10 @@ Installation
11
12
pre-built binaries are available under [releases](https://github.com/jehiah/json2csv/releases).
13
14
-If you have a working golang install, you can use `go get`.
+If you have a working golang install, you can use `go install`.
15
16
```bash
17
-go get github.com/jehiah/json2csv
+go install github.com/jehiah/json2csv@latest
18
```
19
20
Usage
0 commit comments