<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Getting Started on tdl</title>
    <link>https://6e2a28aa.tdl-docs.pages.dev/getting-started/</link>
    <description>Recent content in Getting Started on tdl</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language><atom:link href="https://6e2a28aa.tdl-docs.pages.dev/getting-started/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Installation</title>
      <link>https://6e2a28aa.tdl-docs.pages.dev/getting-started/installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://6e2a28aa.tdl-docs.pages.dev/getting-started/installation/</guid>
      <description>Installation # One-Line Scripts # Windows tdl will be installed to $Env:SystemDrive\tdl(will be added to PATH), and script also can be used to upgrade tdl .
Install latest version # iwr -useb https://docs.iyear.me/tdl/install.ps1 | iex
Install with ghproxy.com # $Script=iwr -useb https://docs.iyear.me/tdl/install.ps1;
$Block=[ScriptBlock]::Create($Script); Invoke-Command -ScriptBlock $Block -ArgumentList &amp;#34;&amp;#34;, &amp;#34;$True&amp;#34;
Install specific version # $Env:TDLVersion = &amp;#34;VERSION&amp;#34;
$Script=iwr -useb https://docs.iyear.me/tdl/install.ps1;
$Block=[ScriptBlock]::Create($Script); Invoke-Command -ScriptBlock $Block -ArgumentList &amp;#34;$Env:TDLVersion&amp;#34;
macOS &amp;amp; Linux tdl will be installed to /usr/local/bin/tdl, and script also can be used to upgrade tdl.</description>
    </item>
    
    <item>
      <title>Quick Start</title>
      <link>https://6e2a28aa.tdl-docs.pages.dev/getting-started/quick-start/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://6e2a28aa.tdl-docs.pages.dev/getting-started/quick-start/</guid>
      <description>Quick Start # Login # We don&amp;rsquo;t specify the namespace here, so it will use the default namespace. You can specify the namespace with -n flag if you want to use another namespace.
Login with desktop clients # Please ensure that clients are downloaded from official website (NOT from Microsoft Store or App Store) Automatically find the client path:
tdl login
Or if you set a local passcode:
tdl login -p YOUR_PASSCODE</description>
    </item>
    
    <item>
      <title>Shell Completion</title>
      <link>https://6e2a28aa.tdl-docs.pages.dev/getting-started/shell-completion/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://6e2a28aa.tdl-docs.pages.dev/getting-started/shell-completion/</guid>
      <description>Shell Completion # Run corresponding command to enable shell completion in all sessions:
bash echo &amp;#34;source &amp;lt;(tdl completion bash)&amp;#34; &amp;gt;&amp;gt; ~/.bashrc
zsh echo &amp;#34;source &amp;lt;(tdl completion zsh)&amp;#34; &amp;gt;&amp;gt; ~/.zshrc
fish echo &amp;#34;tdl completion fish | source&amp;#34; &amp;gt;&amp;gt; ~/.config/fish/config.fish
PowerShell Add-Content -Path $PROFILE -Value &amp;#34;tdl completion powershell | Out-String | Invoke-Expression&amp;#34;</description>
    </item>
    
  </channel>
</rss>
