diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-07 10:42:16 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-07 10:42:16 -0400 |
| commit | 0a9b7c868e798769196e2c93e4359f176f2ceb12 (patch) | |
| tree | 3feec8e84de7a04891e723114ffdbe62966f4f4b | |
| parent | 644ddfad00e2a4b42da89badca70474aef2464ff (diff) | |
Specify the directory for jellyfin-web correctly
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -98,10 +98,11 @@ There are three options to get the files for the web client. 2. Build them from source following the instructions on the [jellyfin-web repository](https://github.com/jellyfin/jellyfin-web) 3. Get the pre-built files from an existing installation of the server. For example, with a Windows server installation the client files are located at `C:\Program Files\Jellyfin\Server\jellyfin-web` -Once you have a copy of the built web client files, you need to copy them into the build output directory of the web server project. +Once you have a copy of the built web client files, you need to copy them into a specific directory. -* `<repository root>/jellyfin-web` -* `<repository root>/Jellyfin.Server/bin/Debug/netcoreapp3.1/jellyfin-web` +> `<repository root>/Mediabrowser.WebDashboard/jellyfin-web` + +As part of the build process, this folder will be copied to the build output directory, where it can be accessed by the server. ### Running The Server |
