docs: use "go install" instead of "go get" (#6972)

pull/6978/head
Joe Chen 2022-05-27 08:36:38 +08:00 committed by GitHub
parent d54e153fc8
commit 1496988ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Gogs has the following dependencies:
```bash
sudo apt install -y make git-all postgresql postgresql-contrib golang-go nodejs
npm install -g less
go get go-task/task/cmd/task
go install github.com/go-task/task/v3/cmd/task@latest
```
1. Configure startup services: