Skip to content

Commit

Permalink
Update Scoop Instruction)
Browse files Browse the repository at this point in the history
2 Methods to update Extcher in Scoop
  • Loading branch information
Danik2343 authored Mar 2, 2023
1 parent 2c59734 commit 3900b60
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,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
Expand Down

0 comments on commit 3900b60

Please sign in to comment.