diff options
author | Joe Chen <jc@unknwon.io> | 2022-03-17 14:09:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 14:09:00 +0800 |
commit | d753a48a7de711cf5939c387ee3e2880864f9110 (patch) | |
tree | cb274f1cfb51f5c236c8d4dba9b186d6759536de /docs | |
parent | 32c454ba5faea9dc4236c12e28e0b65f01117cc1 (diff) |
docs: remove instructions to install go-bindata (#6852)
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/local_development.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md index 7309a02f..206c6fd5 100644 --- a/docs/dev/local_development.md +++ b/docs/dev/local_development.md @@ -36,7 +36,7 @@ Gogs has the following dependencies: 1. Install dependencies: ```bash - brew install go postgresql git go-bindata npm go-task/tap/go-task + brew install go postgresql git npm go-task/tap/go-task npm install -g less npm install -g less-plugin-clean-css ``` @@ -74,8 +74,6 @@ 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! - go get -u github.com/kevinburke/go-bindata/... go get go-task/task/cmd/task ``` |