diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-08 09:20:58 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-08 09:20:58 +0000 |
commit | b712ded13fb63a52500b65b9e0e26bb266f66dd4 (patch) | |
tree | 8b0b7a926444fb2662f9d20e8c7fff1b5c159637 | |
parent | 1c70e211138871037fb9e82fd31c2dd31b3f4041 (diff) | |
parent | 26e0741ce183eaf6e242e2d39dc4ca96b10d5324 (diff) | |
download | gitlab-ce-b712ded13fb63a52500b65b9e0e26bb266f66dd4.tar.gz |
Merge branch 'gitlab-development-kit' into 'master'
Recommend the GitLab Development Kit
See merge request !1067
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index f3225889252..8612d0c7c50 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Please login with `root` / `5iveL!fe` ## Install a development environment -We recommend setting up your development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation). If you do not use the cookbook you might need to copy the example development unicorn configuration file +We recommend setting up your development environment with [the GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit). +If you do not use the development kit you might need to copy the example development unicorn configuration file cp config/unicorn.rb.example.development config/unicorn.rb |