Skip to content

Commit

Permalink
fix(install): update docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Dec 4, 2023
1 parent 94260a6 commit 54fb520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 54fb520

Please sign in to comment.