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