From 81c8e8ad7c060375b05953108c2e894f5fe0b5cc Mon Sep 17 00:00:00 2001 From: Andrew Cox - LunarG <105252583+andrew-lunarg@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:38:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5de8c..ef7c117 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). -- GitLab