Skip to content

Commit

Permalink
root indications in readme, bump v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanoseb committed Apr 13, 2016
1 parent 2e06c5f commit 2ce4638
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2ce4638

Please sign in to comment.