From be65bdad161cceb0c2b3d2bde99088bc8e3d4c1d Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 17 Mar 2020 01:27:14 +0900 Subject: [PATCH] update build process in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1716d046..e2aac6b15 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file