diff --git a/README.md b/README.md index c7e6204d862f6d0ff97bd7ee5276207eb7805bd4..04afabc79e996bcea3f8ea32290bfe8b322890c0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ The real credit goes to [xeipuuv/gojsonschema](https://github.com/xeipuuv/gojson ## Installation -Simply use `go get` to install +Simply use `go install` to install ``` -go get neilpa.me/yajsv +go install github.com/neilpa/yajsv ``` There are also pre-built static binaries for Windows, Mac and Linux on the [releases tab](https://github.com/neilpa/yajsv/releases/latest).