instruction on how to run the service

This commit is contained in:
skilion 2015-12-29 20:01:03 +01:00
parent c2b0b7f733
commit 7e3d36750a

View file

@ -46,6 +46,18 @@ Use `|` to separate multiple patterns.
### First run
The first time you run the program you will be asked to sign in. The procedure require a web browser.
### Service
If you want to sync your files automatically, enable and start the systemd service:
```
systemctl --user enable onedrive
systemctl --user start onedrive
```
To see the logs run:
```
journalctl --user-unit onedrive -f
```
### Usage:
onedrive [OPTION]...