Skip to content

Commit bee4ece

Browse files
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 <kyle@coder.com> * escaping script properly --------- Co-authored-by: Kyle Carberry <kyle@coder.com>
1 parent 7569ccc commit bee4ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ There is another binary in your PATH that conflicts with the binary we've instal
240240
241241
$1
242242
243-
This is likely because of an existing installation of Coder. See our documentation for suggestions on how to resolve this.
243+
This is likely because of an existing installation of Coder in your \$PATH.
244244
245-
https://coder.com/docs/v2/latest/install/install.sh#path-conflicts
245+
Run \`which -a coder\` to view all installations.
246246
247247
EOF
248248
}

0 commit comments

Comments
 (0)