diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-22 22:35:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 22:35:09 +0800 |
commit | 40513a117f83077bfaffb9bf969b2000d85ba7cc (patch) | |
tree | 3fc3d256bcf760458712bdae3a7b854878f95c51 /docs/dev/local_development.md | |
parent | f0761eb7ec6e67cd081abb2ebf203d5307c5a86e (diff) |
docs: add instructions for release (#6268)
Diffstat (limited to 'docs/dev/local_development.md')
-rw-r--r-- | docs/dev/local_development.md | 2 |
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/... ``` |