mirror of
https://github.com/rclone/rclone.git
synced 2025-02-23 05:51:36 +01:00
421 B
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
.