From e83e43f20ae67bf7bd061dfb983ae451f8b40d9c Mon Sep 17 00:00:00 2001 From: Alexander Proschek Date: Mon, 24 Jul 2023 22:49:29 -0700 Subject: [PATCH] feat: Change go get to go install in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c967db7..b25af7156 100644 --- a/README.md +++ b/README.md @@ -724,7 +724,7 @@ round-trip min/avg/max = 321µs/503.25µs/641µs Get the latest version using GO (recommended way): ```bash -go get -u moul.io/assh/v2 +go install moul.io/assh/v2@latest ``` **note**: tested with Go1.7 or above