File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ curl -sSL https://github.com/cdr/code-server/releases/download/3.3.0/code-server
88
88
sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
89
89
PATH=" $PATH :/usr/local/code-server/bin"
90
90
code-server
91
+ # Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
91
92
```
92
93
93
94
## FAQ
@@ -100,5 +101,5 @@ See [./doc/CONTRIBUTING.md](./doc/CONTRIBUTING.md).
100
101
101
102
## Enterprise
102
103
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
104
105
enterprise offerings.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 3.3.0-rc.28 " ,
4
+ "version" : " 3.3.0" ,
5
5
"description" : " Run VS Code on a remote server." ,
6
6
"homepage" : " https://github.com/cdr/code-server" ,
7
7
"bugs" : {
You can’t perform that action at this time.
0 commit comments