add additional barrier to flood of help

This commit is contained in:
Dane Everitt 2021-03-06 12:26:56 -08:00
parent 070adce630
commit 8f1369f59a

View File

@ -14,6 +14,7 @@ In order to install PHP 8.0, you will need to run the following command. Please
may have slightly different requirements for how this command is formatted. may have slightly different requirements for how this command is formatted.
```bash ```bash
apt -y update
apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
``` ```