From 54fb5203882efda333066eaca460b989bbc6cd65 Mon Sep 17 00:00:00 2001 From: iyear Date: Mon, 4 Dec 2023 19:13:28 +0800 Subject: [PATCH] fix(install): update docs website --- scripts/install.ps1 | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 361494c..fcd6339 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -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 diff --git a/scripts/install.sh b/scripts/install.sh index 9993426..2f594a5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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"