From f67539d89abb586b34144cdab98be5781ff6a548 Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 13 Feb 2022 14:57:09 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 293c43d..b4651b4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # saferm - -Safely runs rm -rf +Safely runs ```rm -rf``` so you don“t make an oopsie # Dependencies You need to have haxe along with hxcpp installed to compile. Earliest tested working haxe version is 4.1.5 -# Usage/ Installation +# Installation ## Linux Make sure you have haxe installed then run the following commands @@ -17,7 +16,6 @@ git clone https://git.subsonics.nl/andreas/saferm.git cd saferm make && sudo make install ``` -After this you can run saferm without any parameters to see the usage ## Windows ![](https://i.imgflip.com/2/rh1n8.jpg) \ No newline at end of file