We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259af30 commit e2f0372Copy full SHA for e2f0372
docs/install/install.sh.md
@@ -27,7 +27,7 @@ manually via `coder server` or as a system package.
27
By default, the Coder server runs on `http://127.0.0.1:3000` and uses a
28
[public tunnel](../admin/configure.md#tunnel) for workspace connections.
29
30
-## `PATH` conflicts
+## PATH conflicts
31
32
It's possible to end up in situations where you have multiple `coder` binaries
33
in your `PATH`, and your system may use a version that you don't intend. Your
@@ -47,7 +47,7 @@ $ which -a coder
47
Whichever binary comes first in this list will be used when running `coder`
48
commands.
49
50
-### Reordering your `PATH`
+### Reordering your PATH
51
52
If you use bash or zsh, you can update your `PATH` like this:
53
0 commit comments