Commit 4a3bbc238cdde395e06c0debcc3bf28600cc8a7a

Authored by Sytse Sijbrandij
2 parents 1fc42d99 02d9fa29

Merge pull request #6048 from jvanbaarsen/patch-2

Added webbrowser requirements
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
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
76 76 If you have troubles installing GitLab following the [official installation guide](installation.md)
77 77 or want to share your experience installing GitLab on a not officially supported
78 78 platform, please follow the the [contribution guide](/CONTRIBUTING.md).
  79 +
  80 +# Supported webbrowsers
  81 +
  82 +- Chrome (Latest stable version)
  83 +- Firefox (Latest released version)
  84 +- Safari 7+ (Know problem: required fields in html5 do not work)
  85 +- Opera (Latest released version)
  86 +- IE 10+
... ...