update: Update README.md

This commit is contained in:
itsjoniur 2022-09-06 20:12:36 +04:30
parent 8bf80a300b
commit ce7ab6a62f
1 changed files with 12 additions and 10 deletions

View File

@ -28,7 +28,9 @@ Getting Started
To start using GJSON, install Go and run `go get`:
```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.