mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
docs: use "go install" instead of "go get" (#6972)
This commit is contained in:
parent
d54e153fc8
commit
1496988ac1
@ -74,7 +74,7 @@ Gogs has the following dependencies:
|
|||||||
```bash
|
```bash
|
||||||
sudo apt install -y make git-all postgresql postgresql-contrib golang-go nodejs
|
sudo apt install -y make git-all postgresql postgresql-contrib golang-go nodejs
|
||||||
npm install -g less
|
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:
|
1. Configure startup services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user