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.
This commit is contained in:
14
README.md
14
README.md
@@ -47,28 +47,28 @@ A text-based interface (TUI) to view and interact with Reddit from your terminal
|
||||
<img alt="title image" src="resources/demo.gif"/>
|
||||
</p>
|
||||
|
||||
You can use *telnet* or *ssh* to try out a lite version of RTV directly in your terminal, without needing to install it:
|
||||
<!-- You can use *telnet* or *ssh* to try out a lite version of RTV directly in your terminal, without needing to install it:
|
||||
|
||||
- ``$ telnet redditbox.us``
|
||||
- ``$ ssh redditbox.us``
|
||||
|
||||
*[redditbox.us](https://redditbox.us/) is an independent project by Alex Jarmoszuk*
|
||||
*[redditbox.us](https://redditbox.us/) is an independent project by Alex Jarmoszuk* -->
|
||||
|
||||
## 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
|
||||
<!-- ```bash
|
||||
# macOS
|
||||
$ brew install rtv
|
||||
|
||||
@@ -83,7 +83,7 @@ $ apt install rtv
|
||||
|
||||
# FreeBSD
|
||||
$ pkg install rtv
|
||||
```
|
||||
```-->
|
||||
|
||||
### From source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user