Skip to content

Commit db29d86

Browse files
WyriHaximuscmb69
authored andcommitted
Add QuickStart with homebrew
Closes GH-116.
1 parent c47cd31 commit db29d86

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

install/macos/packages.xml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,24 @@
1313
version of PHP with the features you need.
1414
</simpara>
1515
<simpara>
16-
The following resources offer easy to install packages and
16+
The quickest way to install php on macOS is with homebrew:
17+
</simpara>
18+
<para>
19+
<orderedlist>
20+
<listitem>
21+
<para>
22+
install homebrew, by following the instructions at <link xlink:href="https://brew.sh/">brew.sh</link>
23+
</para>
24+
</listitem>
25+
<listitem>
26+
<simpara>
27+
brew install php
28+
</simpara>
29+
</listitem>
30+
</orderedlist>
31+
</para>
32+
<simpara>
33+
The following alternative resources also offer easy to install packages and
1734
precompiled binaries for PHP on Mac OS:
1835
</simpara>
1936
<para>
@@ -36,12 +53,6 @@
3653
<link xlink:href="&url.mac.fink;">&url.mac.fink;</link>
3754
</simpara>
3855
</listitem>
39-
<listitem>
40-
<simpara>
41-
Homebrew:
42-
<link xlink:href="&url.mac.homebrew;">&url.mac.homebrew;</link>
43-
</simpara>
44-
</listitem>
4556
</itemizedlist>
4657
</para>
4758
</sect1>

0 commit comments

Comments
 (0)