diff options
author | crohr <cyril.rohr@gmail.com> | 2015-07-14 15:09:08 +0000 |
---|---|---|
committer | crohr <cyril.rohr@gmail.com> | 2015-07-14 15:09:08 +0000 |
commit | cbce2ec9cf74a96b15bbd1a5463957921465a980 (patch) | |
tree | 48f08facd06aa9910c98cdcada1a73d8d308775c /README.md | |
parent | b8e9c600409683b0f5eb10b637de003ce23b7796 (diff) | |
parent | ec774d48c58f83b599ac210d6def718187806ecd (diff) |
Merge remote-tracking branch 'origin/master' into pkgr
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -52,13 +52,25 @@ The goal of this project is to make the easiest, fastest, and most painless way - Drone CI integration - Supports MySQL, PostgreSQL and SQLite3 - Social account login (GitHub, Google, QQ, Weibo) -- Multi-language support ([11 languages](https://crowdin.com/project/gogs)) +- Multi-language support ([13 languages](https://crowdin.com/project/gogs)) ## System Requirements - A cheap Raspberry Pi is powerful enough for basic functionality. - At least 2 CPU cores and 1GB RAM would be the baseline for teamwork. +## Browser Support + +According to [Semantic UI](https://github.com/Semantic-Org/Semantic-UI/tree/1.x): + +- Last 2 Versions FF, Chrome, IE 10+ +- Safari 6 +- IE 9+ (Browser prefix only) +- Android 4 +- Blackberry 10 + +Browser prefixes are present for Internet Explorer 9, but the browser is not officially supported. + ## Installation Make sure you install the [prerequisites](http://gogs.io/docs/installation/) first. |