From 581c8540b90ae9b46d3ed5adf7776c30b57c92ec Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 5 Feb 2022 15:42:34 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3412bb..9d93f38 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ Safely runs rm -rf # Dependencies -You need to have haxe installed to compile +You need to have haxe 4.2 or later installed to compile + # Usage/ Installation 1. git clone this repo 2. cd into the repo -3. make && sudo make install -4. enjoy \ No newline at end of file +3 haxelib install hxcpp +4. make && sudo make install +5. enjoy \ No newline at end of file