Skip to content

Commit 76ae7d6

Browse files
authored
Update README.md to MariaDB 10.2
Upgrade requirement to MariaDB 10.2 (oldest supported version) libmariadbclient-dev package doesn't exist since 10.2, we have libmariadb-dev that provides libmariadbclient-dev
1 parent beedd7f commit 76ae7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the context of GrimoireLab, Sorting Hat is usually run after data is retrieve
2020

2121
* Python >= 3.7
2222
* Poetry >= 1.1.0
23-
* MySQL >= 5.7 or MariaDB 10.0
23+
* MySQL >= 5.7 or MariaDB 10.2
2424
* Django = 3.1
2525
* Graphene-Django >= 2.0
2626
* uWSGI >= 2.0
@@ -65,7 +65,7 @@ $ apt install libmysqlclient-dev
6565
* **MariaDB**
6666

6767
```
68-
$ apt install libmariadbclient-dev
68+
$ apt install libmariadb-dev
6969
```
7070

7171
#### Installation and configuration

0 commit comments

Comments
 (0)