Skip to content

Commit ce7e73d

Browse files
authored
Correct download URL and add license badge
1 parent 0022322 commit ce7e73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<img width="150" height="150" src="https://easyengine.io/wp-content/uploads/2015/11/cropped-favicon-easyengine.png" alt="EasyEngine Logo" align="right" />
44

55
[![Build Status](https://travis-ci.org/EasyEngine/easyengine.svg?branch=master-v4)](https://travis-ci.org/EasyEngine/easyengine)
6+
[![License](https://poser.pugx.org/phpunit/phpunit/license)](https://packagist.org/packages/phpunit/phpunit)
67
[![Join EasyEngine Slack Channel](http://slack.easyengine.io/badge.svg)](http://slack.easyengine.io/)
78

89
## Requirements
@@ -19,7 +20,7 @@
1920
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.
2021

2122
```bash
22-
wget -qO ee https://rt.cx/ee4beta && sudo bash ee
23+
wget -qO ee https://rt.cx/ee4 && sudo bash ee
2324
```
2425

2526
Even if the script doesn't work for your distribution, you can manually install the dependencies and then run the following commands to install EasyEngine

0 commit comments

Comments
 (0)