Merge pull request #185 from Jorick/master
[rainbowstream.git] / README.rst
index d5b45c0cc6290ee0cacee2c6d8619d1e72fd136a..ddcdf3051799e7d847eb49c0d007d267b1a447b9 100644 (file)
@@ -7,7 +7,7 @@ Rainbow Stream
 .. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat-square\r
    :target: https://pypi.python.org/pypi/rainbowstream\r
 \r
-Terminal-based Twitter Client. Realtime tweetstream, compose, search ,\r
+Terminal-based Twitter Client. Realtime tweetstream, compose, search,\r
 favorite … and much more fun directly from terminal.\r
 \r
 This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_,\r
@@ -45,7 +45,7 @@ Use `virtualenv`_
 .. code:: bash\r
 \r
     virtualenv venv\r
-    # Python 3 users : use -p to specify your Python 3 localtion as below\r
+    # Python 3 users : use -p to specify your Python 3 location as below\r
     # virtualenv -p /usr/bin/python3 venv\r
     source venv/bin/activate\r
     pip install rainbowstream\r
@@ -58,7 +58,13 @@ For debian-based distros, these can be installed with
 \r
 .. code:: bash\r
 \r
-    sudo apt-get install python-dev libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev\r
+    sudo apt-get install python-dev libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev\r
+\r
+For CentOS:\r
+\r
+.. code:: bash\r
+\r
+    sudo yum install python-devel libjpeg-devel\r
 \r
 Besides, Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with\r
 the ``Pillow`` package installation - a dependency of this app.\r
@@ -161,7 +167,7 @@ Theme’s screenshot:
 .. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/themes/larapaste.png\r
    :alt: larapaste\r
 \r
-For detaile information, see `theme usage and customization`_.\r
+For detail information, see `theme usage and customization`_.\r
 \r
 \r
 Bug and feature requests\r