fix(install): update docs website

This commit is contained in:
iyear 2023-12-04 19:13:28 +08:00
parent 94260a6a3b
commit 54fb520388
2 changed files with 2 additions and 2 deletions

View File

@ -89,5 +89,5 @@ if (-not(Get-Command $Repo -ErrorAction SilentlyContinue))
Write-Host "$Repo installed successfully! Location: $Location" -ForegroundColor Green
Write-Host "Run '$Repo' to get started" -ForegroundColor Green
Write-Host "To get started with tdl, please visit https://github.com/iyear/tdl#quick-start" -ForegroundColor Green
Write-Host "To get started with tdl, please visit https://docs.iyear.me/tdl" -ForegroundColor Green
Write-Host "Note: Updates to PATH might not be visible until you restart your terminal application or reboot machine" -ForegroundColor Yellow

View File

@ -101,4 +101,4 @@ wget -q --show-progress -O - "$URL" | tar -xz && \
chmod +x $LOCATION/$REPO && \
echo_green "$REPO installed successfully! Location: $LOCATION/$REPO" && \
echo_green "Run '$REPO' to get started" && \
echo_green "To get started with tdl, please visit https://github.com/iyear/tdl#quick-start"
echo_green "To get started with tdl, please visit https://docs.iyear.me/tdl"