Skip to content

Commit 9d70316

Browse files
committed
v3.3.0
1 parent 3a1e3bc commit 9d70316

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ curl -sSL https://github.com/cdr/code-server/releases/download/3.3.0/code-server
8888
sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
8989
PATH="$PATH:/usr/local/code-server/bin"
9090
code-server
91+
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
9192
```
9293

9394
## FAQ

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "3.3.0-rc.28",
4+
"version": "v3.3.0",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/cdr/code-server",
77
"bugs": {

0 commit comments

Comments
 (0)