forked from TrueCloudLab/rclone
21 lines
421 B
Markdown
21 lines
421 B
Markdown
---
|
|
title: "Install"
|
|
description: "Rclone Installation"
|
|
date: "2014-07-17"
|
|
---
|
|
|
|
Install
|
|
-------
|
|
|
|
Rclone is a Go program and comes as a single binary file.
|
|
|
|
[Download](/downloads/) 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](/usage/) of the docs for how to use rclone, or
|
|
run `rclone -h`.
|