From 5e32aff657d1887c43c526b619688b5543134a85 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov <312246+mstoykov@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:20:22 +0200 Subject: [PATCH] Fix install instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3acefa8..2d8004b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It is useful for extensions and plugins that are built together with a core pack `go-depsync` can be installed using `go install`: ```console -$ go install github.com/grafana/go-depsync +$ go install github.com/grafana/go-depsync@latest ``` After that, it is ready to be used: