diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-01-14 17:47:12 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-01-15 19:01:04 +0100 |
commit | 02d9fa2974b54bc868e0a3347187a474c1ff6045 (patch) | |
tree | 3ba01a80cf1af1c43d0475af851b8cfb0a12dd5b | |
parent | 71f1a84599101b2af2f74ae54ebfb2f880935985 (diff) | |
download | gitlab-ce-02d9fa2974b54bc868e0a3347187a474c1ff6045.tar.gz |
Added webbrowser requirements
Fixes https://github.com/gitlabhq/gitlabhq/issues/4319
-rw-r--r-- | doc/install/requirements.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index e9c95ba2ef9..7d85e8d1fbe 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -76,3 +76,11 @@ If you have enough RAM memory and a recent CPU the speed of GitLab is mainly lim If you have troubles installing GitLab following the [official installation guide](installation.md) or want to share your experience installing GitLab on a not officially supported platform, please follow the the [contribution guide](/CONTRIBUTING.md). + +# Supported webbrowsers + +- Chrome (Latest stable version) +- Firefox (Latest released version) +- Safari 7+ (Know problem: required fields in html5 do not work) +- Opera (Latest released version) +- IE 10+ |