Skip to content

Commit

Permalink
Update Jellyfin Web branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed Jul 9, 2024
1 parent 134e5e9 commit 0e023ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build-on-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ _This is a guide for Ubuntu. But I believe that Tizen Studio can be installed on
> It is recommended that the web version match the server version.
```sh
git clone -b release-10.8.z https://github.com/jellyfin/jellyfin-web.git
git clone -b release-10.9.z https://github.com/jellyfin/jellyfin-web.git
```
> Replace `release-10.8.z` with the name of the branch you want to build.
> Replace `release-10.9.z` with the name of the branch you want to build.

> You can also use `git checkout` to switch branches.
5. Clone or download Jellyfin Tizen (this) repository.
Expand Down
4 changes: 2 additions & 2 deletions Build-on-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ _Commands in this guide are for Windows Command Prompt or Batch files. Most of t
> It is recommended that the web version match the server version.
```bat
git clone -b release-10.8.z https://github.com/jellyfin/jellyfin-web.git
git clone -b release-10.9.z https://github.com/jellyfin/jellyfin-web.git
```
> Replace `release-10.8.z` with the name of the branch you want to build.
> Replace `release-10.9.z` with the name of the branch you want to build.
> You can also use `git checkout` to switch branches.
5. Clone or download Jellyfin Tizen (this) repository.
Expand Down

0 comments on commit 0e023ca

Please sign in to comment.