diff --git a/rclone.md b/rclone.md index f0a9b1a..bf04e24 100644 --- a/rclone.md +++ b/rclone.md @@ -1,7 +1,13 @@ These instructions will guide you through the process of creating a rclone.conf configuration file needed by MiSTer rclone_config_download.sh, rclone_config_upload.sh, rclone_saves_download.sh and rclone_saves_upload.sh ## Download and extract rclone -Download the latest rclone for your computer desktop environment from https://rclone.org/downloads/ - +1. Download the latest rclone zip archive for your computer desktop environment from https://rclone.org/downloads/ +* [Windows - AMD64 - 64 Bit](https://downloads.rclone.org/rclone-current-windows-amd64.zip) +* [Windows - 386 - 32 Bit](https://downloads.rclone.org/rclone-current-windows-386.zip) +* [OSX - AMD64 - 64 Bit](https://downloads.rclone.org/rclone-current-osx-amd64.zip) +* [OSX - 386 - 32 Bit](https://downloads.rclone.org/rclone-current-osx-386.zip) +* [Linux - AMD64 - 64 Bit](https://downloads.rclone.org/rclone-current-linux-amd64.zip) +* [Linux - 386 - 32 Bit](https://downloads.rclone.org/rclone-current-linux-386.zip) +2. Extract the rclone binary (*rclone.exe* for Windows, *rclone* for OSX and Linux) from the zip archive wherever you want. \[to be completed\]