From b5a19d65ec80a1748e97895ccab53a737c11fc15 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 22 Jul 2016 01:52:37 -0700 Subject: [PATCH] Update README.rst --- README.rst | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 51cb23e..39bd334 100644 --- a/README.rst +++ b/README.rst @@ -133,7 +133,7 @@ If you prefer the complete terminal experience, set ``$BROWSER`` to a console-ba Url Viewer ---------- -You can open links displayed inside of comments by taking advantage of a url extraction program. +You can extract links from inside of comments using urlview. Use ``$RTV_URLVIEWER`` to specify a custom url viewer. .. code-block:: bash @@ -141,20 +141,7 @@ Use ``$RTV_URLVIEWER`` to specify a custom url viewer. $ export RTV_URLVIEWER=urlview `urlview `_ and `urlscan `_ are known to be compatible, but any program that accepts text via a stdin pipe will do. -These applications do not come pre-installed on most systems. - -**Ubuntu** - -.. code-block:: bash - - $ sudo apt-get install urlview - -**Mac with Homebrew** - -.. code-block:: bash - - $ brew install urlview - +These applications don't come pre-installed, but are available through most system's package manager === FAQ