We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1e3bc commit 9d70316Copy full SHA for 9d70316
README.md
@@ -88,6 +88,7 @@ curl -sSL https://github.com/cdr/code-server/releases/download/3.3.0/code-server
88
sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
89
PATH="$PATH:/usr/local/code-server/bin"
90
code-server
91
+# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
92
```
93
94
## FAQ
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-server",
3
"license": "MIT",
4
- "version": "3.3.0-rc.28",
+ "version": "v3.3.0",
5
"description": "Run VS Code on a remote server.",
6
"homepage": "https://github.com/cdr/code-server",
7
"bugs": {
0 commit comments