readme updated

This commit is contained in:
Jakobus Schürz 2020-02-11 15:17:28 +01:00
parent 3ec2e8d1fd
commit abdbe70d7f

View file

@ -9,3 +9,15 @@ It also contains a systemd-unit for users systemd-process, which will start on l
Run setup.sh, to install it for one user.
Run setup-system.sh to install it for all users
## System Requriements
### Debian based systems
```
sudo apt install python3-fuse python3-fusepy
```
### Redhat based systems
```
sudo dnf install python3-fusepy
```