Skip to content

Commit 52eecca

Browse files
committed
v3.3.0
1 parent 3a1e3bc commit 52eecca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-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
@@ -100,5 +101,5 @@ See [./doc/CONTRIBUTING.md](./doc/CONTRIBUTING.md).
100101

101102
## Enterprise
102103

103-
Visit [our enterprise page](https://coder.com) for more information about our
104+
Visit [our website](https://coder.com) for more information about our
104105
enterprise offerings.

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": "3.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)