We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d1d11 commit 9ace54dCopy full SHA for 9ace54d
README.md
@@ -36,15 +36,15 @@ brew install M-Igashi/tap/mp3rgain
36
37
### Windows
38
39
-**Scoop** (recommended):
+**winget** (recommended):
40
```powershell
41
-scoop bucket add mp3rgain https://github.com/M-Igashi/scoop-bucket
42
-scoop install mp3rgain
+winget install M-Igashi.mp3rgain
43
```
44
45
-**winget**:
+**Scoop**:
46
47
-winget install M-Igashi.mp3rgain
+scoop bucket add mp3rgain https://github.com/M-Igashi/scoop-bucket
+scoop install mp3rgain
48
49
50
**Download and extract**:
0 commit comments