From 4c4adb39cafddc339be3d746884dfd95ab200871 Mon Sep 17 00:00:00 2001 From: Nick Bisby Date: Tue, 5 Mar 2019 10:29:45 -0600 Subject: [PATCH] Add to readme about deployment --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index de33fba0..bb4450c0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,21 @@ sh make_images.sh This will regenerate the poster and splash images from the jellyfin-ux repo. +### Easy Dev Deployment + +There are 2 included scripts, `dev_upload.sh` and `dev_clear.sh`, that are +intended to be quick easy ways to zip up this repo and put it onto your Roku +for you, and clear your Roku of any dev deployment respectively. + +You need to enable developer mode on your Roku: +http://sdkdocs.roku.com/display/sdkdoc/Developer+Guide + +And then +``` +export ROKU_DEV_TARGET= +export ROKU_DEV_PASSWORD= +``` + ### ToDo - Scenes for Movie Viewing Only