mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
chore(docs): Update README for Pear Desktop project
This commit is contained in:
29
README.md
29
README.md
@ -1,21 +1,20 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# YTMD
|
# :pear: Pear Desktop
|
||||||
|
|
||||||
[](https://github.com/th-ch/youtube-music/releases/)
|
[](https://github.com/pear-devs/pear-desktop/releases/)
|
||||||
[](https://github.com/th-ch/youtube-music/blob/master/license)
|
[](https://github.com/pear-devs/pear-desktop/blob/master/license)
|
||||||
[](https://github.com/th-ch/youtube-music/blob/master/eslint.config.mjs)
|
[](https://github.com/pear-devs/pear-desktop/blob/master/eslint.config.mjs)
|
||||||
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
[](https://GitHub.com/pear-devs/pear-desktop/releases/)
|
||||||
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
[](https://GitHub.com/pear-devs/pear-desktop/releases/)
|
||||||
[](https://aur.archlinux.org/packages/youtube-music-bin)
|
[](https://aur.archlinux.org/packages/youtube-music-bin)
|
||||||
[](https://snyk.io/test/github/th-ch/youtube-music)
|
[](https://snyk.io/test/github/pear-devs/pear-desktop)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||

|
<!---->
|
||||||
|
|
||||||
- Native look & feel extension, aims at keeping the original interface
|
- Native look & feel extension
|
||||||
one click
|
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> ⚠️ Disclaimer
|
> ⚠️ Disclaimer
|
||||||
@ -63,7 +62,7 @@ You can help with translation on [Hosted Weblate](https://hosted.weblate.org/pro
|
|||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
You can check out the [latest release](https://github.com/th-ch/youtube-music/releases/latest) to quickly find the
|
You can check out the [latest release](https://github.com/pear-devs/pear-desktop/releases/latest) to quickly find the
|
||||||
latest version.
|
latest version.
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
@ -76,7 +75,7 @@ this [wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Insta
|
|||||||
You can install the app using Homebrew (see the [cask definition](https://github.com/th-ch/homebrew-youtube-music)):
|
You can install the app using Homebrew (see the [cask definition](https://github.com/th-ch/homebrew-youtube-music)):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install th-ch/youtube-music/youtube-music
|
brew install pear-devs/pear-desktop/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:
|
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:
|
||||||
@ -108,7 +107,7 @@ winget install th-ch.YouTubeMusic
|
|||||||
|
|
||||||
#### How to install without a network connection? (in Windows)
|
#### How to install without a network connection? (in Windows)
|
||||||
|
|
||||||
- Download the `*.nsis.7z` file for _your device architecture_ in [release page](https://github.com/th-ch/youtube-music/releases/latest).
|
- Download the `*.nsis.7z` file for _your device architecture_ in [release page](https://github.com/pear-devs/pear-desktop/releases/latest).
|
||||||
- `x64` for 64-bit Windows
|
- `x64` for 64-bit Windows
|
||||||
- `ia32` for 32-bit Windows
|
- `ia32` for 32-bit Windows
|
||||||
- `arm64` for ARM64 Windows
|
- `arm64` for ARM64 Windows
|
||||||
@ -125,7 +124,7 @@ Some predefined themes are available in https://github.com/kerichdev/themes-for-
|
|||||||
## Dev
|
## Dev
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/th-ch/youtube-music
|
git clone https://github.com/pear-devs/pear-desktop
|
||||||
cd youtube-music
|
cd youtube-music
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
pnpm dev
|
pnpm dev
|
||||||
@ -282,7 +281,7 @@ Uses [Playwright](https://playwright.dev/) to test the app.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT © [th-ch](https://github.com/th-ch/youtube-music)
|
MIT © [th-ch](https://github.com/pear-devs/pear-desktop)
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user