From 3fdc6e2f0955e189336746fa3dac237253b616ab Mon Sep 17 00:00:00 2001 From: Odd Mathisen Date: Sun, 6 Nov 2022 18:34:54 +0100 Subject: [PATCH 1/2] docs: Added winget install instructions --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 1abb35a8a7..ee7c1f3cf2 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,12 @@ scoop bucket add extras scoop install extras/youtube-music ``` +Alternately you can use [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), Windows 11s official CLI package manager to install the `th-ch.YouTubeMusic` package. + +``` +winget install th-ch.YouTubeMusic +``` + ## Available plugins: - **Ad Blocker**: Block all ads and tracking out of the box From 5d85108c8ae7c8e556fc00eec0bec558c50c45fb Mon Sep 17 00:00:00 2001 From: Odd Mathisen Date: Wed, 23 Nov 2022 00:40:04 +0100 Subject: [PATCH 2/2] doc: Updated readme to include note about MSDSS --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ee7c1f3cf2..8df2f9eca6 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,8 @@ scoop install extras/youtube-music Alternately you can use [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), Windows 11s official CLI package manager to install the `th-ch.YouTubeMusic` package. +*Note: Microsoft Defender SmartScreen might block the installation since it is from an "unknown publisher". This is also true for the manual installation when trying to run the executable(.exe) after a manual download here on github (same file).* + ``` winget install th-ch.YouTubeMusic ```