File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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
8888sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
8989PATH=" $PATH :/usr/local/code-server/bin"
9090code-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
104105enterprise offerings.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments