We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783dfe0 commit c33a465Copy full SHA for c33a465
README.md
@@ -85,8 +85,8 @@ Here is an example script for installing and using a static `code-server` releas
85
86
```bash
87
curl -sSL https://github.com/cdr/code-server/releases/download/v3.3.0/code-server-3.3.0-linux-amd64.tar.gz | sudo tar -C /usr/local -xz
88
-sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
89
-PATH="$PATH:/usr/local/code-server/bin"
+sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server-3.3.0
+PATH="/usr/local/code-server-3.3.0/bin:$PATH"
90
code-server
91
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
92
```
0 commit comments