Skip to content

Add QuickStart with homebrew #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions install/macos/packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,24 @@
version of PHP with the features you need.
</simpara>
<simpara>
The following resources offer easy to install packages and
The quickest way to install php on macOS is with homebrew:
</simpara>
<para>
<orderedlist>
<listitem>
<para>
install homebrew, by following the instructions at <link xlink:href="https://brew.sh/">brew.sh</link>
</para>
</listitem>
<listitem>
<simpara>
brew install php
</simpara>
</listitem>
</orderedlist>
</para>
<simpara>
The following alternative resources also offer easy to install packages and
precompiled binaries for PHP on Mac OS:
</simpara>
<para>
Expand All @@ -36,12 +53,6 @@
<link xlink:href="&url.mac.fink;">&url.mac.fink;</link>
</simpara>
</listitem>
<listitem>
<simpara>
Homebrew:
<link xlink:href="&url.mac.homebrew;">&url.mac.homebrew;</link>
</simpara>
</listitem>
</itemizedlist>
</para>
</sect1>
Expand Down