From 9e92806bbf674bd4517d0e599f91a05f3c3fddc2 Mon Sep 17 00:00:00 2001 From: Haythem Gataa Date: Wed, 19 Nov 2025 16:17:02 +0100 Subject: [PATCH] Update README.md Removed the HomeBrew command as it's currently not working, and fixed the app name in the command that fixes the MacOS error when opening the app --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ab74706da8..5383533244 100644 --- a/README.md +++ b/README.md @@ -72,16 +72,10 @@ this [wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Insta ### macOS -You can install the app using Homebrew (see the [cask definition](https://github.com/pear-devs/pear-desktop-homebrew)): - -```bash -brew install pear-devs/pear-desktop -``` - If you install the app manually and get an error "is damaged and can’t be opened." when launching the app, run the following in the Terminal: ```bash -/usr/bin/xattr -cr /Applications/Pear\ Desktop.app +/usr/bin/xattr -cr /Applications/YouTube\ Music.app ``` ### Windows