Skip to content

Commit c33a465

Browse files
committed
Improve static install script
1 parent 783dfe0 commit c33a465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Here is an example script for installing and using a static `code-server` releas
8585

8686
```bash
8787
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"
88+
sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server-3.3.0
89+
PATH="/usr/local/code-server-3.3.0/bin:$PATH"
9090
code-server
9191
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
9292
```

0 commit comments

Comments
 (0)