Note how to update rclone dependencies in the install documentation

This commit is contained in:
Nick Craig-Wood 2015-06-14 15:04:39 +01:00
parent 5948764e9e
commit c663e24669

View file

@ -1,7 +1,7 @@
--- ---
title: "Install" title: "Install"
description: "Rclone Installation" description: "Rclone Installation"
date: "2014-07-17" date: "2015-06-12"
--- ---
Install Install
@ -15,7 +15,11 @@ Or alternatively if you have Go installed use
go get github.com/ncw/rclone go get github.com/ncw/rclone
and this will build the binary in `$GOPATH/bin`. and this will build the binary in `$GOPATH/bin`. If you have built
rclone before then you will want to update its dependencies first with
this (remove `-f` if using go < 1.4)
See the [Usage section](/usage/) of the docs for how to use rclone, or go get -u -v -f github.com/ncw/rclone/...
See the [Usage section](/docs/) of the docs for how to use rclone, or
run `rclone -h`. run `rclone -h`.