diff --git a/README.md b/README.md index 9b764ca..78db456 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Command line interface of convenience utilities for use with Wookieepedia Simply run: - $ pip install . + $ python3 -m pip install git+https://gitea.ascorrea.com/asc/wookiee-dl.git + # Usage diff --git a/setup.py b/setup.py index 54806ad..7e6a02f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ dependencies = ['click', 'pywikibot', 'pymediawiki', 'mwparserfromhell'] setup( name='wookieedl', - version='0.1.1', + version='0.1.2', url='https://github.com/anthonyscorrea/wookiee-dl', license='BSD', author='Anthony Correa',