fix readme rst

master
Chakib (spike) Benziane 12 years ago
parent 66f99042ca
commit ea83417b90

@ -1,8 +1,17 @@
v0.1 0.2.1
---- ------
Fix README
0.2
------
Update README
0.1
------
Initial version: Initial version:
- query using simple questions - query using simple questions
- query with optional stackoverflow tags - query with optional stackoverflow tags

@ -1,3 +1,4 @@
=====================================
HowTo - StackOverflow Code Search Tool HowTo - StackOverflow Code Search Tool
===================================== =====================================
@ -6,24 +7,20 @@ Quick code answers from StackOverflow API.
Just ask a question with an optional tag parameter to get quick code answers. Just ask a question with an optional tag parameter to get quick code answers.
Installation Installation
------------ ============
Using pypi repository
:: Using pypi repository::
pip install howto $> pip install howto
Forking this repo Forking this repo::
::
python setup.py install $> python setup.py install
Usage Usage
----- =====
:: ::
./howto 'filter dicts' -t python $> ./howto 'filter dicts' -t python

@ -1 +1 @@
__version__ = '0.1' __version__ = '0.2.1'