saferm/README.md
2022-02-20 19:46:34 +01:00

21 lines
457 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# saferm
Safely runs ```rm -rf``` so you don´t make an oopsie
# Dependencies
You need to have haxe along with hxcpp and g++ installed to compile.
Earliest tested working haxe version is 4.1.5
# Installation
## Linux
Make sure you have haxe installed then run the following commands
```
haxelib install hxcpp
git clone https://git.subsonics.nl/andreas/saferm.git
cd saferm
make && sudo make install
```
## Windows
![](https://i.imgflip.com/2/rh1n8.jpg)