Adjust README

This commit is contained in:
MrTimscampi 2020-02-28 15:24:18 +01:00
parent 0a3fb64734
commit 5cea4c9231

View file

@ -61,14 +61,14 @@ Jellyfin Web is the frontend used for most of the clients available for end user
3. Run the web client with webpack for local development. 3. Run the web client with webpack for local development.
```sh ```sh
gulp serve yarn serve
``` ```
4. Build the client with sourcemaps. 4. Build the client with sourcemaps.
'''sh '''sh
gulp yarn
''' '''
Or without sourcemaps Or without sourcemaps
'''sh '''sh
gulp --production yarn --production
''' '''