Commit 153143b589aa00ff2ff3395a144d51cc331f89f5
Exists in
master
and in
17 other branches
Merge branch 'link_to_downloads' into 'master'
Link To Downloads
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
README.md
| 1 | 1 | # GitLab Omnibus project |
| 2 | 2 | |
| 3 | 3 | This project creates full-stack platform-specific packages for |
| 4 | -GitLab! | |
| 4 | +GitLab. You can download omnibus-gitlab packages [here][downloads]. | |
| 5 | +For other installation options, see the | |
| 6 | +[main project README][CE README]. | |
| 5 | 7 | |
| 6 | 8 | ## Installation |
| 7 | 9 | |
| ... | ... | @@ -99,3 +101,6 @@ Omnibus-gitlab uses four different directories. |
| 99 | 101 | ## Building your own package |
| 100 | 102 | |
| 101 | 103 | See [the separate build documentation](doc/build.md). |
| 104 | + | |
| 105 | +[downloads]: https://www.gitlab.com/downloads | |
| 106 | +[CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#toc_5 | ... | ... |