Skip to content

Commit bbfff5c

Browse files
Merge pull request #1064 from EasyEngine/develop-v4
Update README for 4.0.0-beta.1
2 parents 6aa0fdc + 1553dde commit bbfff5c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,11 @@
66

77
* Docker
88
* Docker-Compose
9-
* PHP CLI
9+
* PHP CLI (>=7.1)
1010
* PHP Modules - `curl`, `sqlite3`, `pcntl`
1111

1212
## Installing
1313

14-
### Mac
15-
16-
Once you have verified the requirements exist, download the `easyengine.phar` file using `wget` or `curl` and give it executable permissions:
17-
18-
```bash
19-
wget -O /usr/local/bin/ee https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine.phar
20-
chmod +x /usr/local/bin/ee
21-
```
22-
2314
### Linux
2415

2516
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.

0 commit comments

Comments
 (0)