Commit 86c32007122e04659cb1ba27eaa28e7da855cc44
1 parent
035a3ded
Exists in
master
and in
15 other branches
Acknowledge the awesome work of Chef
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
README.md
| @@ -146,5 +146,11 @@ Run `sudo gitlab-ctl reconfigure` for the change to take effect. | @@ -146,5 +146,11 @@ Run `sudo gitlab-ctl reconfigure` for the change to take effect. | ||
| 146 | 146 | ||
| 147 | See [the separate build documentation](doc/build.md). | 147 | See [the separate build documentation](doc/build.md). |
| 148 | 148 | ||
| 149 | +## Acknowledgments | ||
| 150 | + | ||
| 151 | +This omnibus installer project is based on the awesome work done by Chef in | ||
| 152 | +[omnibus-chef-server][omnibus-chef-server]. | ||
| 153 | + | ||
| 149 | [downloads]: https://www.gitlab.com/downloads | 154 | [downloads]: https://www.gitlab.com/downloads |
| 150 | [CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md | 155 | [CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md |
| 156 | +[omnibus-chef-server]: https://github.com/opscode/omnibus-chef-server |