From 2b6d79063d718e6cc3a989b1f60055b9678f69d6 Mon Sep 17 00:00:00 2001
From: Danik2343 <38865696+Danik2343@users.noreply.github.com>
Date: Fri, 3 Mar 2023 00:05:44 +0300
Subject: [PATCH] Update Scoop Instruction)

2 Methods to update Extcher in Scoop
---
 README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4efa3331f78..45457b0a388 100644
--- a/README.md
+++ b/README.md
@@ -116,11 +116,18 @@ choco uninstall etcher
 This package is maintained by Scoop Extras Bucket, and is kept up to date automatically.
 
 ```sh
-scoop bucket add extras
-scoop update (Updates buckets) | scoop update etcher (Updates Balena Etcher) | scoop update * (Updates everything)
+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