Use NPM official repo
This commit is contained in:
parent
25454a3703
commit
45a9034c19
1 changed files with 3 additions and 8 deletions
11
README.md
11
README.md
|
@ -10,18 +10,13 @@
|
||||||
- Create custom context-menu
|
- Create custom context-menu
|
||||||
- Create demo
|
- Create demo
|
||||||
- Create documentations
|
- Create documentations
|
||||||
|
- Ignore keyboard shortcuts if an input is active
|
||||||
|
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
The Plyx Player is available to download from SudoVanilla's registry, run:
|
Install from NPM:
|
||||||
```bash
|
```bash
|
||||||
npm set registry https://packages.sudovanilla.com/
|
npm install plyx-player
|
||||||
```
|
|
||||||
(This registry is also a proxy for NPM)
|
|
||||||
|
|
||||||
Then, for your project, install Plyx:
|
|
||||||
```bash
|
|
||||||
npm install @sudovanilla/plyx-player
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Reference in a new issue