We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50baa7 commit 942de87Copy full SHA for 942de87
1 file changed
README.md
@@ -39,6 +39,17 @@ sudo mv tdl /usr/local/bin
39
Move-Item tdl.exe C:\Windows\System32
40
```
41
42
+## Quick Start
43
+
44
+```shell
45
+# login with existing official desktop clients (recommended)
46
+tdl login -n quickstart -d /path/to/Desktop-Telegram-Client
47
+# or login with phone & code
48
+tdl login -n quickstart
49
50
+tdl dl -n quickstart -u https://t.me/telegram/193
51
+```
52
53
## Usage
54
55
Get help
@@ -57,6 +68,8 @@ tdl version
57
68
58
69
> The following command documents will not write basic configs. Please add the basic configs you need.
59
70
71
+Each namespace represents a Telegram account
72
60
73
You should set the namespace **when each command is executed**:
61
74
62
75
```shell
0 commit comments