fix readme

This commit is contained in:
Francesco Esposito 2019-04-11 11:34:29 +02:00
parent 26f4d9f9a6
commit 4e5149e58c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ A simple script to make backups of your linux home.
2. Configure which folders to include and which to exclude, changing arrays `INCLUDES`/`EXCLUDES` into `rsync-linux-home.py`:
```
INCLUDES = [...]
EXCLOUDES = [...]
EXCLUDES = [...]
```
3. Make the script executable