From d3a6ea7fefafaca882b9df4b06362ac1de99e07f Mon Sep 17 00:00:00 2001 From: Kris Olszewski Date: Sun, 11 Oct 2015 12:13:55 -0500 Subject: [PATCH] Add info about Mamp. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b39993..8b7ce36 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Run: `npm cache clear && npm i` -*Note: Before you can install Web Start Kit dependencies, you will need to install [Gulp](http://gulpjs.com/), [Node](https://nodejs.org/), and [NPM](https://www.npmjs.com/).* +*Note: Before you can install Web Start Kit dependencies, you will need to install [Gulp](http://gulpjs.com/), [Node](https://nodejs.org/), [NPM](https://www.npmjs.com/), and [Mamp](https://www.mamp.info/en/) (or any other server for PHP).* ---