diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md index 7309a02f7..206c6fd5e 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 ```