mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Update README.md
This commit is contained in:
parent
3943ca9ea3
commit
2c2c6cded4
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -18,8 +18,14 @@ To create a production build, use the following command:
|
|||
npm run build <public-url>
|
||||
```
|
||||
|
||||
- If you intend to host the player on `https://your.domain/`, use `npm run build /`.
|
||||
- For hosting it in a specific directory like `https://your.domain/some-directory/`, use `npm run build /some-directory`.
|
||||
- If you intend to host the player on `https://your.domain/`, use:
|
||||
```
|
||||
npm run build /
|
||||
```
|
||||
- For hosting it in a specific directory like `https://your.domain/some-directory/`, use:
|
||||
```
|
||||
npm run build /some-directory
|
||||
```
|
||||
|
||||
## Direct links
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue