Skip to content

Commit a7445f1

Browse files
committed
Fix spacing on macports instructions
1 parent 039b87e commit a7445f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/download-instructions/osx-macports.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
# Please refer to https://guide.macports.org/chunked/installing.macports.html for installing MacPorts.
66

77
# Install PHP <?= $version; ?>
8+
89
sudo port install php<?= $versionNoDot; ?>
910

11+
1012
# Switch Active PHP <?= $version; ?> version
1113
sudo port select php php<?= $versionNoDot; ?>
1214
</code></pre>

0 commit comments

Comments
 (0)