From 02d9fa2974b54bc868e0a3347187a474c1ff6045 Mon Sep 17 00:00:00 2001
From: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Date: Tue, 14 Jan 2014 17:47:12 +0100
Subject: [PATCH] Added webbrowser requirements

Fixes https://github.com/gitlabhq/gitlabhq/issues/4319
---
 doc/install/requirements.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index e9c95ba2ef949..7d85e8d1fbe30 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+
-- 
GitLab