From f984fab4adac314ba1a81a64e901cae2a243025b Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 5 Feb 2022 20:36:41 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4c1b120..2fced4a 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Safely runs rm -rf # Dependencies - -You need to have haxe 4.2 or later installed to compile +You need to have haxe 4.2 or later along with hxcpp installed to compile # Usage/ Installation - -1. git clone this repo -2. cd into the repo -3. haxelib install hxcpp -4. make && sudo make install -5. enjoy \ No newline at end of file +Make sure you have haxe installed +``` +haxelib install hxcpp +git clone https://git.subsonics.nl/andreas/saferm.git +cd saferm +make && sudo make install +``` \ No newline at end of file