diff --git a/ReadMe.md b/ReadMe.md index e362b18..14a7614 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,3 +1,21 @@ # rclone_script -Setup cloud synchronization for the save files on your RetroPie \ No newline at end of file +Setup cloud synchronization for the save files on your RetroPie + +## What does this do? + +This script will setup different things on your RetroPie in order to automatically sync save files to a cloud service supported by [rclone](https://rclone.org/) + +## What will you have to do? + +Just install this via +```bash +wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh +chmod 755 ~/scripts/rclone_script-install.sh +~/scripts/rclone_script-install.sh +``` + +In order to do all this, the following changes will be made: + +* Installation of the RCLONE binary. The script downloads from the RCLONE website directly as the binary installable via _apt-get_ is quite old, sadly. +* Installation of the PNGVIEW binary. This will be downloaded in source form and compiled on your Pi. This binary will be \ No newline at end of file