Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vysheng committed Sep 3, 2014
1 parent aedb741 commit bcc71b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bcc71b7

Please sign in to comment.