Skip to content

Commit

Permalink
use mariadb instead of mysql fixes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
c-mertes committed Feb 18, 2021
1 parent 44dab27 commit aa6e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To install those packages, please run as administrator:

For Ubuntu or debian based systems:
```
sudo apt-get install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev zlib1g-dev libmysqld-dev
sudo apt-get install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev zlib1g-dev libmariadbd-dev
```

For centOS or RHEL based systems:
Expand Down

0 comments on commit aa6e56a

Please sign in to comment.