diff --git a/README.md b/README.md index f82d155..6c90e05 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ Make sure you have a current go version installed (1.13 or newer). ``` Note that GNU Make (gmake on OpenBSD) is required. -- For a quick installation without `git` & `make`: +- For a quick installation without `git` & `make`, set $version and exec: ```sh - go install code.gitea.io/tea@latest + go install code.gitea.io/tea@${version} ``` ## Contributing