add reconn notice for Hangup
[rainbowstream.git] / README.rst
index 1d99ad232da4329a0ac4b14de673fcdf9f373999..7727f720c57ed94c7aaa6fb1813c4ce60e6d69f7 100644 (file)
@@ -50,7 +50,7 @@ Use `virtualenv`_
 Troubleshooting\r
 ^^^^^^^^^^^^^^^\r
 \r
-If you use Linux, you might need to install some packages if you haven't already. \r
+If you use Linux, you might need to install some packages if you haven't already.\r
 For debian-based distros, these can be installed with\r
 \r
 .. code:: bash\r
@@ -67,7 +67,7 @@ If you are in this case, I recommend taking a look at `Issue #10`_ and let me kn
 \r
 If installation in *the quick way* doesn't work:\r
 \r
--  `sudo pip uninstall rainbowstream`\r
+-  ``sudo pip uninstall rainbowstream``\r
 -  use the *virtualenv way* above\r
 -  `create an issue`_ and provide:\r
 \r
@@ -95,9 +95,9 @@ You can try it with:
 \r
     rainbowstream -iot # Or rainbowstream --image-on-term\r
 \r
-You also can change the config key ``IMAGE_ON_TERM`` to ``True`` inside the app \r
-to enable above feature, \r
-change ``IMAGE_SHIFT`` to set image's margin (relative to your terminal's width) \r
+You also can change the config key ``IMAGE_ON_TERM`` to ``True`` inside the app\r
+to enable above feature,\r
+change ``IMAGE_SHIFT`` to set image's margin (relative to your terminal's width)\r
 or ``IMAGE_MAX_HEIGHT`` to control max height of every image.\r
 (see `config management`_ section).\r
 \r
@@ -182,7 +182,6 @@ steps
        source venv/bin/activate\r
        pip install -e .\r
        which rainbowstream # /this-directory/venv/bin/rainbowstream\r
-       pip list | grep rainbowstream # rainbowstream (0.x.x, /this-directory)\r
        # Remove ~/.rainbow_oauth if exists\r
        rainbowstream # local version of rainbowstream\r
 \r