diff --git a/Installation.md b/Installation.md index e629485..d6f87e2 100644 --- a/Installation.md +++ b/Installation.md @@ -1,6 +1,6 @@ YBDB relies heavily on accurate time calculations. -Make sure you have installed time support for mysql or mariadb as explained [here](https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html). In GNU/Linux you run the mysql_tzinfo_to_sql program from the commandline: +Make sure you have installed time zone support for mysql or mariadb as explained [here](https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html). In GNU/Linux you run the mysql_tzinfo_to_sql program from the commandline: `mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql`