We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7ef1f commit 507991dCopy full SHA for 507991d
workspaces/editors.md
@@ -51,19 +51,20 @@ can use the command `code` for this process:
51
alias code="/var/tmp/coder/code-server/bin/code-server -r"
52
```
53
54
-Then to open a file (e.g., `personalize.log`):
+Then, to open a file (e.g., `personalize.log`):
55
56
```console
57
code personalize.log
58
59
60
-If you would like to use just the code-server executable, add it to your `PATH`:
+Alternatively, if you would like to use just the code-server executable, add it
61
+to your `PATH`:
62
63
64
export PATH=$PATH:/var/tmp/coder/code-server/bin
65
66
67
68
69
```text
70
code-server -r personalize.log
0 commit comments