Skip to content

Commit e9e4d03

Browse files
authored
Merge pull request #13 from Gama11/patch-1
Flixel no longer needs old Lime / OpenFL versions
2 parents ef3ba89 + 80d40b8 commit e9e4d03

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77

88

99
## Installation
10-
`haxeui-flixel` relies on `haxeui-core` as well as `Flixel`. At the moment, `haxeui-flixel` is intended to be used with `dev` versions of `Flixel`. To install:
10+
`haxeui-flixel` relies on `haxeui-core` as well as `Flixel`.
1111

1212
```
13-
haxelib git flixel https://github.com/HaxeFlixel/flixel
13+
haxelib install flixel
1414
haxelib install haxeui-core
1515
haxelib install haxeui-flixel
1616
```
1717

18-
Also note that as of right now, `Flixel` has dependencies but can only run on `OpenFL 3.6.1` and `Lime 2.9.1`.
19-
2018
## Usage
2119

2220
After installing `Lime`, `OpenFL`, `Flixel`, `haxeui-core`, and `haxeui-flixel`, the latter three should be included in `project.xml`. In the future, including `haxeui-flixel` will also handle the dependencies automatically.

0 commit comments

Comments
 (0)