@involvex/youtube-music-cli 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/readme.md +13 -6
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -46,9 +46,6 @@ scoop install mpv yt-dlp
|
|
|
46
46
|
|
|
47
47
|
# With Chocolatey
|
|
48
48
|
choco install mpv yt-dlp
|
|
49
|
-
|
|
50
|
-
# With winget
|
|
51
|
-
winget install mpv yt-dlp
|
|
52
49
|
```
|
|
53
50
|
|
|
54
51
|
</details>
|
|
@@ -99,13 +96,23 @@ bun install -g @involvex/youtube-music-cli
|
|
|
99
96
|
brew install involvex/youtube-music-cli/youtube-music-cli
|
|
100
97
|
```
|
|
101
98
|
|
|
102
|
-
###
|
|
99
|
+
### GitHub Releases
|
|
103
100
|
|
|
104
101
|
```bash
|
|
105
|
-
|
|
102
|
+
https://github.com/involvex/youtube-music-cli/releases
|
|
106
103
|
```
|
|
107
104
|
|
|
108
|
-
|
|
105
|
+
### Install Script (bash)
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
curl -fssl https://raw.githubusercontent.com/involvex/youtube-music-cli/main/scripts/install.sh | bash
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Install Script (PowerShell)
|
|
112
|
+
|
|
113
|
+
```powershell
|
|
114
|
+
iwr https://raw.githubusercontent.com/involvex/youtube-music-cli/main/scripts/install.ps1 | iex
|
|
115
|
+
```
|
|
109
116
|
|
|
110
117
|
### From Source
|
|
111
118
|
|