mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +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/releases/)
|
||||||
[](https://github.com/th-ch/youtube-music/blob/master/LICENSE)
|
[](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://GitHub.com/th-ch/youtube-music/releases/)
|
||||||
[](https://snyk.io/test/github/th-ch/youtube-music)
|
[](https://snyk.io/test/github/th-ch/youtube-music)
|
||||||
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
[](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
|
```sh
|
||||||
git clone https://github.com/th-ch/youtube-music
|
git clone https://github.com/th-ch/youtube-music
|
||||||
cd youtube-music
|
cd youtube-music
|
||||||
yarn
|
npm
|
||||||
yarn start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build your own plugins
|
## Build your own plugins
|
||||||
@ -231,12 +231,12 @@ module.exports = () => {
|
|||||||
## Build
|
## Build
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
2. Run `yarn` to install dependencies
|
2. Run `npm i` to install dependencies
|
||||||
3. Run `yarn build:OS`
|
3. Run `npm run build:OS`
|
||||||
|
|
||||||
- `yarn build:win` - Windows
|
- `npm run build:win` - Windows
|
||||||
- `yarn build:linux` - Linux
|
- `npm run build:linux` - Linux
|
||||||
- `yarn build:mac` - MacOS
|
- `npm run build:mac` - MacOS
|
||||||
|
|
||||||
Builds the app for macOS, Linux, and Windows,
|
Builds the app for macOS, Linux, and Windows,
|
||||||
using [electron-builder](https://github.com/electron-userland/electron-builder).
|
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
|
## Tests
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn test
|
npm run test
|
||||||
```
|
```
|
||||||
|
|
||||||
Uses [Playwright](https://playwright.dev/) to test the app.
|
Uses [Playwright](https://playwright.dev/) to test the app.
|
||||||
|
|||||||
Reference in New Issue
Block a user