From 5f7b8bc309b4c274596db3e9db48a9c932b11626 Mon Sep 17 00:00:00 2001 From: John Helmert Date: Sun, 9 Jun 2019 21:30:30 -0500 Subject: [PATCH] Comment out out-of-date README information This includes Alex Jarmoszuk's telnet/ssh RTV test, as TUIR is not RTV; and the package manager installation section, as TUIR is not in any distribution repositories. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8bf868a..9063b43 100644 --- a/README.md +++ b/README.md @@ -47,28 +47,28 @@ A text-based interface (TUI) to view and interact with Reddit from your terminal title image

-You can use *telnet* or *ssh* to try out a lite version of RTV directly in your terminal, without needing to install it: + ## Installation ### PyPI package -RTV is available on [PyPI](https://pypi.python.org/pypi/rtv/) and can be installed with pip: +TUIR is available on [PyPI](https://pypi.python.org/pypi/tuir/) and can be installed with pip: ```bash -$ pip install rtv +$ pip install tuir ``` ### Native packages -See [Repology](https://repology.org/metapackage/rtv/packages) for an up-to-date list of supported distro packages: +See [Repology](https://repology.org/metapackage/tuir/packages) for an up-to-date list of supported distro packages. -```bash + ### From source