Merge branch 'test' of github.com:vysheng/tg into test

This commit is contained in:
vvaltman 2014-08-27 01:16:19 +04:00
commit 4aa3e584ce

View File

@ -80,11 +80,11 @@ If you manage to launch it on other UNIX, please let me know.
### Usage ### Usage
./telegram -k <public-server-key> ./telegram-cli -k <public-server-key>
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/server.pub, if it's not, specify where to find it:
./telegram -k tg-server.pub ./telegram-cli -k tg-server.pub
Client support TAB completion and command history. Client support TAB completion and command history.