Skip to content

Commit

Permalink
Readme: Add Scoop Instruction
Browse files Browse the repository at this point in the history
Scoop

Update README.md

Update Scoop Instruction)

2 Methods to update Extcher in Scoop
  • Loading branch information
Danik2343 committed Apr 26, 2023
1 parent 059a366 commit 5be43d0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be43d0

Please sign in to comment.