Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-07-17 12:52:41 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-07-17 12:52:41 +0300
commit5d168588c07b230f4698142e568b56b1938c56c5 (patch)
tree7a167a93744bbebb6a0bdfdf55d7270b2e6ffc4a
parent2590b16cb4c383221a7cef04a43802d43330ff1b (diff)
Update installation instructions.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5034a5e0b48..74520786165 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,9 @@ Please see the [requirements documentation](doc/install/requirements.md) for sys
## Installation
-The recommended way to install GitLab is using the provided [Omnibus packages](https://about.gitlab.com/downloads/). Compared to an installation from source, this is faster and less error prone. Just select your operating system, download the respective package (Debian or RPM) and install it using the system's package manager.
+The recommended way to install GitLab is with the [Omnibus packages](https://about.gitlab.com/downloads/) on our package server.
+Compared to an installation from source, this is faster and less error prone.
+Just select your operating system, download the respective package (Debian or RPM) and install it using the system's package manager.
There are various other options to install GitLab, please refer to the [installation page on the GitLab website](https://about.gitlab.com/installation/) for more information.