diff options
| author | 2018-12-16 22:06:17 +0100 | |
|---|---|---|
| committer | 2018-12-16 22:06:17 +0100 | |
| commit | 8973b17bad1437f2530cc6928a9da228d98f57b7 (patch) | |
| tree | 34b59eb3a0f7342d0926f8e2b75d7d6972dc88b3 /README.md | |
| parent | 03fd730e5f6662be4efbee1a18d56bb459214f63 (diff) | |
Readme more minor changes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -47,14 +47,16 @@ FreshRSS comes with absolutely no warranty. * Recommended extensions: [JSON](https://secure.php.net/json), [GMP](https://secure.php.net/gmp) (for API access on 32-bit platforms), [IDN](https://secure.php.net/intl.idn) (for Internationalized Domain Names), [mbstring](https://secure.php.net/mbstring) (for Unicode strings), [iconv](https://secure.php.net/iconv) (for charset conversion), [ZIP](https://secure.php.net/zip) (for import/export), [zlib](https://secure.php.net/zlib) (for compressed feeds) * MySQL 5.5.3+ (recommended), or SQLite 3.7.4+, or PostgreSQL 9.2+ -# [Installation](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html) -## Releases +# Releases See the [list of releases](../../releases). -### About branches -* Use [the master branch](https://github.com/FreshRSS/FreshRSS/tree/master/) if you need stable versions. -* Use [the dev branch](https://github.com/FreshRSS/FreshRSS/tree/dev) if you want a rolling release with the latest features, and help testing or developing the next stable version. +## About branches +* Use [the master branch](https://github.com/FreshRSS/FreshRSS/tree/master/) if you need less frequent stable versions. +* Use [the dev branch](https://github.com/FreshRSS/FreshRSS/tree/dev) if you want a rolling release with the newest features, or help testing or developing the next stable version. + + +# [Installation](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html) ## Automated install * [](./Docker/) |
