forked from TrueCloudLab/rclone
docs: add cholateley package manager to install instructions
This commit is contained in:
parent
c080b39e47
commit
67c675d7ad
1 changed files with 9 additions and 0 deletions
|
@ -188,6 +188,15 @@ ls ~/data/mount
|
|||
kill %1
|
||||
```
|
||||
|
||||
## Install on Windows via Chocolateley Packet Manager
|
||||
|
||||
Make sure you have [Choco](https://chocolatey.org/) installed
|
||||
```
|
||||
choco search rclone
|
||||
choco install rclone
|
||||
```
|
||||
This will install rclone on your windows machine
|
||||
|
||||
## Install from source
|
||||
|
||||
Make sure you have git and [Go](https://golang.org/) installed.
|
||||
|
|
Loading…
Reference in a new issue