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 20c30fc commit 4d5a743Copy full SHA for 4d5a743
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 resulting in multiple Coder binaries in your PATH.
244
-You can check where all of the versions are located by running \`which -a coder\`.
245
-Whichever binary comes first in the returned list will be used when running Coder commands.
+This is likely because of an existing installation of Coder in your \$PATH.
+
+Run `which -a coder` to view all installations.
246
247
EOF
248
}
0 commit comments