summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PhpCompatibilityNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index 4c0da42..924c682 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -25,7 +25,7 @@ are actually very common and should be available in any reasonable Linux distro)
### Debian 9 example:
<code>
-apt install php7.0-cli php7.0-curl php7.0-mbstring php7.0-json php7.0-gd php7.0-pgsql php7.0-xml php7.0-opcache
+$ sudo apt install php7.0-cli php7.0-curl php7.0-mbstring php7.0-json php7.0-gd php7.0-pgsql php7.0-xml php7.0-opcache
</code>
If you're starting from scratch you will also likely need several other packages, including httpd and FPM. \ No newline at end of file