Commit 4e837658 authored by Vysheng's avatar Vysheng

Merge github.com:vysheng/tg

parents ed2be549 bcc71b7b
......@@ -34,7 +34,7 @@ If you do not want to use them pass options --disable-libconfig and --disable-li
On ubuntu use:
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent2-dev
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev
On gentoo:
......@@ -88,11 +88,11 @@ If you manage to launch it on other UNIX, please let me know.
### Usage
./telegram-cli -k <public-server-key>
bin/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-cli/server.pub, if it's not, specify where to find it:
./telegram-cli -k tg-server.pub
bin/telegram-cli -k tg-server.pub
Client support TAB completion and command history.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment