Skip to content

Commit 2d60284

Browse files
committed
Update README.md according to previous commit enabling specific branches to be used from GitHub.
1 parent 082c6d7 commit 2d60284

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ docker run --rm \
4848
-e CertPass=YOUR_CERTs_PASSWORD \
4949
-e TVIpAddress=YOUR_TVs_IP_ADDRESS \
5050
-e ACCEPT_TIZEN_STUDIO_LICENSE=0 \
51+
-e JELLYFIN_WEB_BRANCH=release-10.9.z \
52+
-e JELLYFIN_TIZEN_BRANCH=master \
5153
-it jellyfin-tizen-builder:latest
5254

5355
```
@@ -56,6 +58,8 @@ docker run --rm \
5658
5759
> To accept the license, set the variable to 1.
5860
61+
> If you set the JELLYFIN\_\*\_BRANCH variables to \_SKIP\_, it will not try to pull files from GitHub repositories, enabling you to use your own custom versions.
62+
5963
If you see `Tizen application is successfully installed.` at the logs, congratulations! You now have your Jellyfin client installed on your TV. Go to `Apps > Settings > Jellyfin > Add to Home Screen` to have it appear on your home screen. Have fun!
6064

6165
## Notes

0 commit comments

Comments
 (0)