From cb62a20f2ae54a34ba5108a60ccf6a259cb2b4f3 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 11 Jul 2020 10:40:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20installation=20instruction?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 701f918..b96f39d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ It's also super convenient to and switch between versions. _Please note that future versions of PHP will not work automatically, minor changes are required to add support for newer versions of PHP._ +## 🚀 How to install + +You can install via Homebrew, or may download the latest [release](https://github.com/nicoverbruggen/phpmon/releases). + +To install via Homebrew, run: + + brew tap nicoverbruggen/homebrew-cask + brew cask install phpmon + ## 👨‍💻 Why I built this I wanted to be able to see at a glance which version of PHP was linked, and handle dealing with Laravel Valet in a simple app without having to deal with the terminal every time.