From 02dd8eacea939a9709f48074eb6a958638455844 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Tue, 7 Mar 2023 10:06:18 +0800 Subject: [PATCH] docs: add winget installation method --- docs/content/install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/install.md b/docs/content/install.md index 79db65e4a..c17550c08 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -142,6 +142,14 @@ If you are planning to use the [rclone mount](/commands/rclone_mount/) feature then you will need to install the third party utility [WinFsp](https://winfsp.dev/) also. +### Windows package manager (Winget) {#windows-chocolatey} + +[Winget](https://learn.microsoft.com/en-us/windows/package-manager/) comes pre-installed with the latest versions of Windows. If not, update the [App Installer](https://www.microsoft.com/p/app-installer/9nblggh4nns1) package from the Microsoft store. + +``` +winget install Rclone.Rclone +``` + ### Chocolatey package manager {#windows-chocolatey} Make sure you have [Choco](https://chocolatey.org/) installed