mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
Note how to update rclone dependencies in the install documentation
This commit is contained in:
parent
5948764e9e
commit
c663e24669
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user