From 02f5f15269e2e06f260eb1e7ea27f3387929b013 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 26 Apr 2022 14:07:15 +0800 Subject: [PATCH] Fix go install for go 1.17 (#481) Reviewed-on: https://gitea.com/gitea/tea/pulls/481 Reviewed-by: techknowlogick Reviewed-by: Lunny Xiao Co-authored-by: Sandro Co-committed-by: Sandro --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 052f49d..f82d155 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,7 @@ Make sure you have a current go version installed (1.13 or newer). - For a quick installation without `git` & `make`: ```sh - go get code.gitea.io/tea - go install code.gitea.io/tea + go install code.gitea.io/tea@latest ``` ## Contributing