1 parent aedb741 commit bcc71b7Copy full SHA for bcc71b7
README.md
@@ -88,11 +88,11 @@ If you manage to launch it on other UNIX, please let me know.
88
89
### Usage
90
91
- ./telegram-cli -k <public-server-key>
+ bin/telegram-cli -k <public-server-key>
92
93
-By default public key is stored in the same folder named tg-server.pub or in /etc/telegram/server.pub, if it's not, specify where to find it:
+By default public key is stored in the same folder named tg-server.pub or in /etc/telegram-cli/server.pub, if it's not, specify where to find it:
94
95
- ./telegram-cli -k tg-server.pub
+ bin/telegram-cli -k tg-server.pub
96
97
Client support TAB completion and command history.
98
0 commit comments