mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
chore(README): update README
This commit is contained in:
18
readme.md
18
readme.md
@ -4,7 +4,7 @@
|
||||
|
||||
[](https://github.com/th-ch/youtube-music/releases/)
|
||||
[](https://github.com/th-ch/youtube-music/blob/master/LICENSE)
|
||||
[](https://github.com/sindresorhus/xo)
|
||||
[](https://github.com/th-ch/youtube-music/blob/master/.eslintrc.js)
|
||||
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
||||
[](https://snyk.io/test/github/th-ch/youtube-music)
|
||||
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
||||
@ -169,8 +169,8 @@ Some predefined themes are available in https://github.com/kerichdev/themes-for-
|
||||
```sh
|
||||
git clone https://github.com/th-ch/youtube-music
|
||||
cd youtube-music
|
||||
yarn
|
||||
yarn start
|
||||
npm
|
||||
npm run start
|
||||
```
|
||||
|
||||
## Build your own plugins
|
||||
@ -231,12 +231,12 @@ module.exports = () => {
|
||||
## Build
|
||||
|
||||
1. Clone the repo
|
||||
2. Run `yarn` to install dependencies
|
||||
3. Run `yarn build:OS`
|
||||
2. Run `npm i` to install dependencies
|
||||
3. Run `npm run build:OS`
|
||||
|
||||
- `yarn build:win` - Windows
|
||||
- `yarn build:linux` - Linux
|
||||
- `yarn build:mac` - MacOS
|
||||
- `npm run build:win` - Windows
|
||||
- `npm run build:linux` - Linux
|
||||
- `npm run build:mac` - MacOS
|
||||
|
||||
Builds the app for macOS, Linux, and Windows,
|
||||
using [electron-builder](https://github.com/electron-userland/electron-builder).
|
||||
@ -244,7 +244,7 @@ using [electron-builder](https://github.com/electron-userland/electron-builder).
|
||||
## Tests
|
||||
|
||||
```sh
|
||||
yarn test
|
||||
npm run test
|
||||
```
|
||||
|
||||
Uses [Playwright](https://playwright.dev/) to test the app.
|
||||
|
||||
Reference in New Issue
Block a user