Skip to content

Commit

Permalink
Update README.md to MariaDB 10.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Pablohn26 authored Sep 15, 2022
1 parent beedd7f commit 76ae7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In the context of GrimoireLab, Sorting Hat is usually run after data is retrieve

* Python >= 3.7
* Poetry >= 1.1.0
* MySQL >= 5.7 or MariaDB 10.0
* MySQL >= 5.7 or MariaDB 10.2
* Django = 3.1
* Graphene-Django >= 2.0
* uWSGI >= 2.0
Expand Down Expand Up @@ -65,7 +65,7 @@ $ apt install libmysqlclient-dev
* **MariaDB**

```
$ apt install libmariadbclient-dev
$ apt install libmariadb-dev
```

#### Installation and configuration
Expand Down

0 comments on commit 76ae7d6

Please sign in to comment.