PR #16 follow-up.

This commit is contained in:
Jeff Geerling
2021-01-11 21:29:43 -06:00
parent 33935b0c17
commit a52d90fee0
+1 -1
View File
@@ -8,7 +8,7 @@ Run `vagrant ssh` to log into the VM, then run all the commands below:
# Update apt caches.
sudo apt update
# Install MySQL (or in this case, MariaDB) & Unzip for PHP Compose step
# Install MySQL (or in this case, MariaDB) and unzip packages.
sudo apt install -y mariadb-server mariadb-client unzip
# Run through the installation process.