From a765430c04536502e5a6589905f5d8fb9448c519 Mon Sep 17 00:00:00 2001 From: Mriyam Tamuli Date: Tue, 12 Jun 2018 17:33:48 +0530 Subject: [PATCH] Remove MacOS install instructions Signed-off-by: Mriyam Tamuli --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index bcb6833de..81e4b6bd2 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,6 @@ ## Installing -### Mac - -Once you have verified the requirements exist, download the `easyengine.phar` file using `wget` or `curl` and give it executable permissions: - -```bash -wget -O /usr/local/bin/ee https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine.phar -chmod +x /usr/local/bin/ee -``` - ### Linux For Linux, we have created an installer script which will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04 and Debian 8.