mirror of
https://github.com/iyear/tdl
synced 2025-01-05 10:27:16 +08:00
fix(install): update docs website
This commit is contained in:
parent
94260a6a3b
commit
54fb520388
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user