From c1c95dfa1c3e9676b58581aed0249bfb76a078b2 Mon Sep 17 00:00:00 2001 From: Oort Cloud Date: Sat, 30 Nov 2024 02:38:42 +0800 Subject: [PATCH] Update README.md Update to install and with version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5381898d9..0442c5659 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The benchmarks above were run on an Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz ```sh // go get github.com/labstack/echo/{version} -go get github.com/labstack/echo/v4 +go install github.com/labstack/echo/v4@latest ``` Latest version of Echo supports last four Go major [releases](https://go.dev/doc/devel/release) and might work with older versions.