Skip to content

Commit

Permalink
chore(docs): Specify full path to xattr for macOS, fixes #2583 (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkaminski authored Nov 10, 2024
1 parent 350b146 commit 3b7697a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ brew install th-ch/youtube-music/youtube-music
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
xattr -cr /Applications/YouTube\ Music.app
/usr/bin/xattr -cr /Applications/YouTube\ Music.app
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ brew install th-ch/youtube-music/youtube-music
Si instalas la aplicación manualmente y obtienes un error "está dañado y no se puede abrir" al iniciar la aplicación, ejecuta lo siguiente en la Terminal:

```bash
xattr -cr /Applications/YouTube\ Music.app
/usr/bin/xattr -cr /Applications/YouTube\ Music.app
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ brew install th-ch/youtube-music/youtube-music
Si vous installez l'application manuellement et obtenez une erreur "est endommagé et ne peut pas être ouvert." lors du lancement de l'application, exécutez ce qui suit dans le Terminal :

```bash
xattr -cr /Applications/YouTube\ Music.app
/usr/bin/xattr -cr /Applications/YouTube\ Music.app
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/README-is.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ brew install th-ch/youtube-music/youtube-music
Ef þú setur upp forritið handvirkt og færð villu "er skemmd og ekki er hægt að opna það," þegar þú ræsir forritið skaltu keyra eftirfarandi í flugstöðinni:

```bash
xattr -cr /Applications/YouTube\ Music.app
/usr/bin/xattr -cr /Applications/YouTube\ Music.app
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/README-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ brew install --cask https://raw.githubusercontent.com/th-ch/youtube-music/master
(앱을 수동으로 설치하고) 앱을 실행할 때 `손상되었기 때문에 열 수 없습니다.`라는 오류가 발생하면 터미널에서 다음을 실행하세요:

```bash
xattr -cr /Applications/YouTube\ Music.app
/usr/bin/xattr -cr /Applications/YouTube\ Music.app
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ brew install th-ch/youtube-music/youtube-music
Если вы устанавливаете приложение вручную и получаете ошибку "is damaged and can’t be opened.", запустите в терминале следующую команду:

```bash
xattr -cr /Applications/YouTube\ Music.app
/usr/bin/xattr -cr /Applications/YouTube\ Music.app
```

### Windows
Expand Down

0 comments on commit 3b7697a

Please sign in to comment.