diff --git a/docs/content/install.md b/docs/content/install.md index 9512031ed..22cca0b03 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -1,7 +1,7 @@ --- title: "Install" description: "Rclone Installation" -date: "2014-07-17" +date: "2015-06-12" --- Install @@ -15,7 +15,11 @@ Or alternatively if you have Go installed use 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`.