aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rwxr-xr-xroku_tui.py (renamed from roku-cli.py)0
2 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 9627cb4..8078cfc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# roku-cli
+# roku-tui
a command line TUI remote for Roku
## basic usage
@@ -13,6 +13,7 @@ Keys on the left map to standard Roku remote buttons on the right
* `<` -> Rewind
* `>` -> Fast-Forward
+For help inside the application, type '?'.
To quit the application, type `q`.
## typing mode
@@ -27,14 +28,3 @@ be interpreted literally and sent to the Roku.
To exit typing mode, press `ENTER` or `ESC`.
NOTE: this doesn't work with all text interfaces.
-
-## install
-Replace the default IP address in `roku.config` with the IP address of
-the Roku, then run:
-
-```
-make
-sudo make install
-```
-
-Program can be started using `roku`.
diff --git a/roku-cli.py b/roku_tui.py
index 5312631..5312631 100755
--- a/roku-cli.py
+++ b/roku_tui.py