10 lines
221 B
Markdown
10 lines
221 B
Markdown
|
# rclone
|
||
|
|
||
|
The below will setup ```rclone``` for picture sync. This is wholly optional if you prefer another method of synchronizing photos to your PiFrame.
|
||
|
|
||
|
``` sh
|
||
|
|
||
|
curl https://rclone.org/install.sh | bash
|
||
|
|
||
|
```
|