more readme changes

This commit is contained in:
dkanada 2020-03-17 00:37:21 +09:00
parent 9767ecb474
commit 2ecba9cd14
2 changed files with 5 additions and 5 deletions

View File

@ -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'

View File

@ -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
'''
```