readme updated
This commit is contained in:
parent
3ec2e8d1fd
commit
abdbe70d7f
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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.sh, to install it for one user.
|
||||||
|
|
||||||
Run setup-system.sh to install it for all users
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue