Update rclone.md

This commit is contained in:
Locutus73
2019-02-05 13:25:39 +01:00
committed by GitHub
parent f97d1034ad
commit 646751b2f1

View File

@@ -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\]