diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-26 09:42:43 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-26 09:42:43 +0200 |
commit | 340ed1dd2ea82f8cd64cbd52fb7d8c73a8a3ac22 (patch) | |
tree | 47193fbefd9d4b1df3b23c34f5e3916d8e713f8c | |
parent | 3f8e6cf3d1360ce0843e4fd8f9c04040aba2baae (diff) | |
download | gitlab-ce-340ed1dd2ea82f8cd64cbd52fb7d8c73a8a3ac22.tar.gz |
Change newlines in requirements doc.
-rw-r--r-- | doc/install/requirements.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 86ad3211b46..110b7a8212a 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -2,7 +2,8 @@ ## Operating Systems -GitLab is developed for the Linux operating system. For the installations options and instructions please see [the installation section of the readme](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#installation). +GitLab is developed for the Linux operating system. +For the installations options and instructions please see [the installation section of the readme](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#installation). ### Supported Linux distributions @@ -24,25 +25,19 @@ But on the above unsupported distributions is still possible to install GitLab y ### Unsupported Unix operating systems There is nothing that prevents GitLab from running on other Unix operating systems. - This means you may get it to work on systems running FreeBSD or OS X. - If you want to do this, please be aware it could be a lot of work. - Please consider using a virtual machine to run GitLab. ### Other operating systems such as Windows GitLab does **not** run on Windows and we have no plans of supporting it in the near future. - Please consider using a virtual machine to run GitLab. ## Ruby versions GitLab requires Ruby (MRI) 2.0 or 2.1 - You will have to use the standard MRI implementation of Ruby. - We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions. ## Hardware requirements |