From 2ecba9cd14a712054e7246c5fa4252d1296e492c Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 17 Mar 2020 00:37:21 +0900 Subject: [PATCH] more readme changes --- .ci/azure-pipelines.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index c14717136a..f5515e8f69 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -42,7 +42,7 @@ jobs: displayName: 'Cache Dependencies' inputs: key: 'yarn | yarn.lock' - path: '$(Pipeline.Workspace)/.node_modules' + path: '$(Pipeline.Workspace)/node_modules' - script: 'yarn build' displayName: 'Build Development' diff --git a/README.md b/README.md index 6ad4bfcbb5..f1716d0469 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ Jellyfin Web is the frontend used for most of the clients available for end user 4. Build the client with sourcemaps. - '''sh + ```sh yarn - ''' + ``` You can build a nginx compatible version as well. - '''sh + ```sh yarn --standalone - ''' \ No newline at end of file + ``` \ No newline at end of file