Fix go install for go 1.17 #481

Merged
lunny merged 1 commits from :supersandro2000-patch-1 into master 2022-04-26 06:07:16 +00:00

View File

@ -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