mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
docs: add cholateley package manager to install instructions
This commit is contained in:
parent
c080b39e47
commit
67c675d7ad
@ -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 New Issue
Block a user