Skip to content

Commit

Permalink
Let's not forget to add required defines for live reload in Quick Set…
Browse files Browse the repository at this point in the history
…up section
  • Loading branch information
jeremyfa authored May 22, 2019
1 parent 0861a55 commit fed1655
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ Run it with: `haxe sample-livereload.hxml`

### Install the dependency

- Add `-lib interpret` in your build.hxml file
- Add into your build.hxml file:
```
-lib interpret
-D interpretable
-D interpret_watch
```
- `haxelib install build.hxml`

### Init interpret
Expand Down

0 comments on commit fed1655

Please sign in to comment.