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"/>
|
<img alt="title image" src="resources/demo.gif"/>
|
||||||
</p>
|
</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``
|
- ``$ telnet redditbox.us``
|
||||||
- ``$ ssh 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
|
## Installation
|
||||||
|
|
||||||
### PyPI package
|
### 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
|
```bash
|
||||||
$ pip install rtv
|
$ pip install tuir
|
||||||
```
|
```
|
||||||
|
|
||||||
### Native packages
|
### 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
|
# macOS
|
||||||
$ brew install rtv
|
$ brew install rtv
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ $ apt install rtv
|
|||||||
|
|
||||||
# FreeBSD
|
# FreeBSD
|
||||||
$ pkg install rtv
|
$ pkg install rtv
|
||||||
```
|
```-->
|
||||||
|
|
||||||
### From source
|
### From source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user