aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/02_Prerequisites.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-23 13:43:24 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-23 13:43:24 +0200
commitacbba9adb2e362079ce1fb84be1868b198cc1da0 (patch)
treeeeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /docs/en/admins/02_Prerequisites.md
parentdd02c79092aa25cacff1c831815e9ca02b06b620 (diff)
Improved markdownlint (#3918)
* Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files
Diffstat (limited to 'docs/en/admins/02_Prerequisites.md')
-rw-r--r--docs/en/admins/02_Prerequisites.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/en/admins/02_Prerequisites.md b/docs/en/admins/02_Prerequisites.md
index 3c53b33c2..41dabc651 100644
--- a/docs/en/admins/02_Prerequisites.md
+++ b/docs/en/admins/02_Prerequisites.md
@@ -8,12 +8,11 @@ You need to verify that your server can run FreshRSS before installing it. If yo
| ------------- | ----------------------- | ----------------------- |
| Web server | **Apache 2** | Nginx, lighttpd |
| PHP | **PHP 7+** | |
-| PHP modules | Required: libxml, cURL, JSON, PDO\_MySQL, PCRE and ctype. <br>Required (32-bit only): GMP <br> Recommended: Zlib, mbstring, iconv, ZipArchive <br> *For the whole modules list see [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/Dockerfile-Alpine#L7-L9)* | |
+| PHP modules | Required: libxml, cURL, JSON, PDO_MySQL, PCRE and ctype.<br />Required (32-bit only): GMP <br />Recommended: Zlib, mbstring, iconv, ZipArchive<br />*For the whole modules list see [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/Dockerfile-Alpine#L7-L9)* | |
| Database | **MySQL 5.5.3+** | SQLite 3.7.4+, PostgreSQL 9.5+ |
| Browser | **Firefox** | Chrome, Opera, Safari, or Edge |
-
-# Getting the appropriate version of FreshRSS
+## Getting the appropriate version of FreshRSS
FreshRSS has two different releases. It is better if you spend some time to understand the purpose of each release.