From 1f4dd73471a11f50fb96a8cdf88cc19f70227dee Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 24 May 2024 20:14:37 +0300 Subject: [PATCH] Fix installation instruction for the latest release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bcf01d..c9c4234 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ make something configurable! ```sh # Latest release -go install github.com/bombsimon/wsl/v4/cmd/wsl +go install github.com/bombsimon/wsl/v4/cmd/wsl@latest # Main branch go install github.com/bombsimon/wsl/v4/cmd/wsl@master