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 Safely runs rm -rf
# Dependencies # Dependencies
You need to have haxe 4.2 or later along with hxcpp installed to compile
You need to have haxe 4.2 or later installed to compile
# Usage/ Installation # Usage/ Installation
Make sure you have haxe installed
1. git clone this repo ```
2. cd into the repo haxelib install hxcpp
3. haxelib install hxcpp git clone https://git.subsonics.nl/andreas/saferm.git
4. make && sudo make install cd saferm
5. enjoy make && sudo make install
```