update build process in readme

This commit is contained in:
dkanada 2020-03-17 01:27:14 +09:00
parent b5a9273a24
commit be65bdad16

View file

@ -71,11 +71,11 @@ Jellyfin Web is the frontend used for most of the clients available for end user
4. Build the client with sourcemaps.
```sh
yarn
yarn build:development
```
You can build a nginx compatible version as well.
```sh
yarn --standalone
yarn build:standalone
```