From a2e967b590b641ed14fbee16d83ee7233eb199ef Mon Sep 17 00:00:00 2001 From: iyear Date: Sat, 17 Sep 2022 15:46:22 +0800 Subject: [PATCH] docs(README): support desktop session --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9f0d606d..3a29f31409 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,12 @@ tdl version # use proxy, only support socks now tdl --proxy socks5://localhost:1080 -# login your account with a name +# login your account with a name, default is phone & code mode tdl login -n iyear +# if you have official desktop client on machine, you can import its session +tdl login -n iyear-desktop -d /path/to/Telegram + # list your chats tdl chat ls -n iyear