You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!(Test-Path$FlowCtlRootPath-PathType Container)) {
53
-
Write-Warning"Please visit https://flowsynx.io/docs/getting-started/install-flowctl/ for instructions on how to install without admin rights."
53
+
Write-Warning"Please visit https://flowsynx.io/docs/getting-started/flowctl-based-installation/ for instructions on how to install without admin rights."
54
54
throw"Cannot create $FlowCtlRootPath"
55
55
}
56
56
@@ -142,4 +142,4 @@ else {
142
142
}
143
143
144
144
Write-Output"`r`nFlowCtl is installed successfully."
145
-
Write-Output"To get started with FlowCtl, please visit https://flowsynx.io/docs/category/getting-started."
145
+
Write-Output"To get started with FlowCtl, please visit https://flowsynx.io/docs/getting-started/."
0 commit comments