From 5be43d03b58c7e897e4c84ef9f6e8b0edaec9b4d Mon Sep 17 00:00:00 2001 From: Danik2343 <38865696+Danik2343@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:59:59 +0300 Subject: [PATCH] Readme: Add Scoop Instruction Scoop Update README.md Update Scoop Instruction) 2 Methods to update Extcher in Scoop --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 792a174105..45457b0a38 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,28 @@ choco install etcher ```sh choco uninstall etcher ``` +#### Scoop (Windows (PowerShell)) + +This package is maintained by Scoop Extras Bucket, and is kept up to date automatically. + +```sh +scoop bucket add extras ( scoop installs git for buckets control) +scoop update +scoop install etcher +``` + + #### Scoop Update Etcher (2 Methods) (Windows (PowerShell)) + ```sh + scoop update (for update repository in buckets) + First Method (Updates Etcher Only): scoop update etcher + Second Method (Updates All Scoop Packages including Extcher): scoop update * + ``` + +##### Uninstall + +```sh +scoop uninstall etcher +``` ## Support