diff --git a/README.md b/README.md index cf5de8ca4d85f559f2369aab3d5b594ea83a8b48..ef7c117300afff318d86740d90665791a5bfb8ef 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).