Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit b62bb82

Browse files
ryandesignniden
authored andcommitted
Add MacPorts installation instructions (#544)
* Change OS X to macOS * Add MacPorts installation instructions
1 parent a317d6c commit b62bb82

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/views/download/linux.volt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,14 @@ sudo yum install php-devel php-mysql gcc libtool pcre-devel
6565
# Suse
6666
yast2 -i php5-pear php5-devel php5-mysql gcc libtool pcre-devel
6767

68-
# OS X (Homebrew)
68+
# macOS (Homebrew)
6969
brew tap homebrew/dupes
7070
brew tap homebrew/versions
7171
brew tap homebrew/php
72-
brew install php5x php5x-phalcon # php55, php56, ...</code></pre>
72+
brew install php5x php5x-phalcon # php55, php56, ...
73+
74+
# macOS (MacPorts)
75+
sudo port install php73-phalcon # php72, php71, php56, ...</code></pre>
7376
</div>
7477

7578

0 commit comments

Comments
 (0)