From 2ce4638dd25306d21612ef9d341282e0dc620234 Mon Sep 17 00:00:00 2001 From: nanoseb Date: Thu, 14 Apr 2016 00:02:05 +0100 Subject: [PATCH] root indications in readme, bump v0.9.5 --- README.md | 12 ++++++------ setup.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 47a6e42..e4862e8 100644 --- a/README.md +++ b/README.md @@ -33,18 +33,18 @@ $ pacaur -y nctelegram-git Install dependencies: ``` -$ dnf install telegram-cli python-urwid +$ sudo dnf install telegram-cli python-urwid ``` Install ncTelegram through pip: ``` -$ pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz +$ sudo pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/0.9.2.tar.gz ``` If you want notifications and inline images: ``` -$ dnf install libnotify caca-utils +$ sudo dnf install libnotify caca-utils ``` ### Debian/Ubuntu: @@ -54,19 +54,19 @@ To install telegram-cli just follow its [readme](https://github.com/vysheng/tg). Install urwid: ``` -$ apt-get install python3-urwid +$ sudo apt-get install python3-urwid ``` Install ncTelegram through pip: ``` -$ pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz +$ sudo pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz ``` If you want notifications and inline images: ``` -$ apt-get install libnotify-bin caca-utils +$ sudo apt-get install libnotify-bin caca-utils ``` ### Crux: diff --git a/setup.py b/setup.py index 197df66..6c2f6f8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='ncTelegram', - version='0.9.4', + version='0.9.5', description='A curse Telegram client', license='GPLv3', author='Sébastien Lemaire',