Fix go install for go 1.17 (#481)
Reviewed-on: https://gitea.com/gitea/tea/pulls/481 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Sandro <supersandro2000@noreply.gitea.io> Co-committed-by: Sandro <supersandro2000@noreply.gitea.io>
This commit is contained in:
parent
883a27b14e
commit
02f5f15269
|
@ -108,8 +108,7 @@ Make sure you have a current go version installed (1.13 or newer).
|
||||||
|
|
||||||
- For a quick installation without `git` & `make`:
|
- For a quick installation without `git` & `make`:
|
||||||
```sh
|
```sh
|
||||||
go get code.gitea.io/tea
|
go install code.gitea.io/tea@latest
|
||||||
go install code.gitea.io/tea
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
Loading…
Reference in New Issue