From bee4ece1b9cc091ce007c49ea396e056c45e534b Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Thu, 30 May 2024 10:39:17 -0400 Subject: [PATCH] fix: update install.sh to remove dead doc link (#13308) * chore(docs): update install.sh to remove dead doc link * Update install.sh Co-authored-by: Kyle Carberry * escaping script properly --------- Co-authored-by: Kyle Carberry --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c5dd828b26..cabbdc685f 100755 --- a/install.sh +++ b/install.sh @@ -240,9 +240,9 @@ There is another binary in your PATH that conflicts with the binary we've instal $1 -This is likely because of an existing installation of Coder. See our documentation for suggestions on how to resolve this. +This is likely because of an existing installation of Coder in your \$PATH. - https://coder.com/docs/v2/latest/install/install.sh#path-conflicts +Run \`which -a coder\` to view all installations. EOF }