docs: add cholateley package manager to install instructions

This commit is contained in:
Alexander Knorr 2022-09-15 17:12:39 +02:00 committed by GitHub
parent c080b39e47
commit 67c675d7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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.