Skip to content

Commit

Permalink
Readme: Add Scoop Instruction
Browse files Browse the repository at this point in the history
Scoop
  • Loading branch information
Danik2343 authored Feb 26, 2023
1 parent 62bae7c commit 976e57b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,21 @@ 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 update (Updates buckets) | scoop update etcher (Updates Balena Etcher) | scoop update * (Updates everything)
scoop install etcher
```

##### Uninstall

```sh
scoop uninstall extcher
```

## Support

Expand Down

0 comments on commit 976e57b

Please sign in to comment.