mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
make clear which version of MySQL is supported
This commit is contained in:
parent
4ae18a3b27
commit
9fba7017fc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ testing and development.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- PHP >= 7.1.3 (7.2+ recommended for stable version)
|
- PHP >= 7.1.3 (7.2+ recommended for stable version)
|
||||||
- MySQL, Postgres (MySQL >= 5.7, MariaDB and sqlite are not supported yet)
|
- MySQL >= 5.7, Postgres (MariaDB and sqlite are not supported yet)
|
||||||
- Redis
|
- Redis
|
||||||
- Composer
|
- Composer
|
||||||
- GD or ImageMagick
|
- GD or ImageMagick
|
||||||
|
|
Loading…
Reference in a new issue