diff options
author | dosire <sytses@gmail.com> | 2014-03-05 11:23:24 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-03-05 11:23:24 +0100 |
commit | 5d34c877e3a3059cae9c0d1fef4ae8c8c3bf671f (patch) | |
tree | 93c82e2c4283008db5a0686683c3619df33fbf8e /README.md | |
parent | 83d94d5c9a675f2248eafc9aa33ab06cd24b65d1 (diff) | |
download | gitlab-ce-5d34c877e3a3059cae9c0d1fef4ae8c8c3bf671f.tar.gz |
Add ruby to package.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 7a2009d82c5..b14db7d0af5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ #### Official installation methods -* [GitLab packages](https://www.gitlab.com/downloads/) These packages contain GitLab and all its depencies (PostgreSQL, Redis, Nginx, Unicorn, etc.). They are made with [omnibus-gitlab](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md) that also contains the installation instructions. +* [GitLab packages](https://www.gitlab.com/downloads/) These packages contain GitLab and all its depencies (Ruby, PostgreSQL, Redis, Nginx, Unicorn, etc.). They are made with [omnibus-gitlab](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md) that also contains the installation instructions. * [GitLab virtual machine images](https://www.gitlab.com/downloads/) contain an operating system and a preinstalled GitLab. They are made with [GitLab Packer](https://gitlab.com/gitlab-org/gitlab-packer/blob/master/README.md) that also contains the installation instructions. |