We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23d480 commit 20c30fcCopy full SHA for 20c30fc
install.sh
@@ -240,9 +240,9 @@ There is another binary in your PATH that conflicts with the binary we've instal
240
241
$1
242
243
-This is likely because of an existing installation of Coder. See our documentation for suggestions on how to resolve this.
244
-
245
- https://coder.com/docs/v2/latest/install/install.sh#path-conflicts
+This is likely because of an existing installation of Coder resulting in multiple Coder binaries in your PATH.
+You can check where all of the versions are located by running \`which -a coder\`.
+Whichever binary comes first in the returned list will be used when running Coder commands.
246
247
EOF
248
}
0 commit comments