mirror of https://github.com/tidwall/gjson.git
update: Update README.md
This commit is contained in:
parent
8bf80a300b
commit
ce7ab6a62f
|
@ -28,7 +28,9 @@ Getting Started
|
||||||
To start using GJSON, install Go and run `go get`:
|
To start using GJSON, install Go and run `go get`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get -u github.com/tidwall/gjson
|
$ go get -u github.com/tidwall/gjson < v1.17
|
||||||
|
|
||||||
|
$ go install github.com/tidwall/gjson >= v1.17
|
||||||
```
|
```
|
||||||
|
|
||||||
This will retrieve the library.
|
This will retrieve the library.
|
||||||
|
|
Loading…
Reference in New Issue