Skip to content

Commit 2ce4638

Browse files
committed
root indications in readme, bump v0.9.5
1 parent 2e06c5f commit 2ce4638

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ $ pacaur -y nctelegram-git
3333
Install dependencies:
3434

3535
```
36-
$ dnf install telegram-cli python-urwid
36+
$ sudo dnf install telegram-cli python-urwid
3737
```
3838

3939
Install ncTelegram through pip:
4040
```
41-
$ pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz
41+
$ sudo pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/0.9.2.tar.gz
4242
```
4343

4444
If you want notifications and inline images:
4545

4646
```
47-
$ dnf install libnotify caca-utils
47+
$ sudo dnf install libnotify caca-utils
4848
```
4949

5050
### Debian/Ubuntu:
@@ -54,19 +54,19 @@ To install telegram-cli just follow its [readme](https://github.com/vysheng/tg).
5454
Install urwid:
5555

5656
```
57-
$ apt-get install python3-urwid
57+
$ sudo apt-get install python3-urwid
5858
```
5959

6060
Install ncTelegram through pip:
6161

6262
```
63-
$ pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz
63+
$ sudo pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz
6464
```
6565

6666
If you want notifications and inline images:
6767

6868
```
69-
$ apt-get install libnotify-bin caca-utils
69+
$ sudo apt-get install libnotify-bin caca-utils
7070
```
7171

7272
### Crux:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='ncTelegram',
6-
version='0.9.4',
6+
version='0.9.5',
77
description='A curse Telegram client',
88
license='GPLv3',
99
author='Sébastien Lemaire',

0 commit comments

Comments
 (0)