Update 'README.md'

This commit is contained in:
andreas 2022-02-05 20:36:41 +01:00
parent 73375a0542
commit f984fab4ad

View File

@ -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
Make sure you have haxe installed
```
haxelib install hxcpp
git clone https://git.subsonics.nl/andreas/saferm.git
cd saferm
make && sudo make install
```