docs: add instructions for release (#6268)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-08-22 22:35:09 +08:00
committed by GitHub
parent f0761eb7ec
commit 40513a117f
6 changed files with 67 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ Gogs has the following dependencies:
```bash
sudo apt install -y make git-all postgresql postgresql-contrib golang-go nodejs
npm install -g less
# Watch out, it is not github.com/go-bindata/go-bindata!
# Watch out, it is NOT github.com/go-bindata/go-bindata!
go get -u github.com/kevinburke/go-bindata/...
```