aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/local_development.md
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-22 22:35:09 +0800
committerGitHub <noreply@github.com>2020-08-22 22:35:09 +0800
commit40513a117f83077bfaffb9bf969b2000d85ba7cc (patch)
tree3fc3d256bcf760458712bdae3a7b854878f95c51 /docs/dev/local_development.md
parentf0761eb7ec6e67cd081abb2ebf203d5307c5a86e (diff)
docs: add instructions for release (#6268)
Diffstat (limited to 'docs/dev/local_development.md')
-rw-r--r--docs/dev/local_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md
index 17fef577..f542809b 100644
--- a/docs/dev/local_development.md
+++ b/docs/dev/local_development.md
@@ -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/...
```