From a4e29a988b05b87f67aa43ba1d8eba129f0129ac Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Wed, 18 Jun 2025 12:13:19 -0500 Subject: [PATCH] Update Readme install from source instructions In Go 1.17 and newer `go get` no longer installs binaries https://go.dev/doc/go-get-install-deprecation --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 580a7b9..4583616 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,10 @@ A JSON diff utility. ### From source - Have go 1.11 or greater installed: [golang.org](https://golang.org/doc/install) -- run `go get -u github.com/yazgazan/jaydiff` +- Go 1.16 or earlier + - run `go get -u github.com/yazgazan/jaydiff` +- Go 1.17 or later + - run `go install github.com/yazgazan/jaydiff@latest` ## Usage