rclone/docs/content/install.md
2015-06-06 14:17:14 +01:00

421 B

title description date
Install Rclone Installation 2014-07-17

Install

Rclone is a Go program and comes as a single binary file.

Download the relevant binary.

Or alternatively if you have Go installed use

go get github.com/ncw/rclone

and this will build the binary in $GOPATH/bin.

See the Usage section of the docs for how to use rclone, or run rclone -h.