mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
CI fixes
- Splits up test into fmt, lint and test - Fixes bug in build-packages.sh - Minor README.md fixes
This commit is contained in:
14
README.md
14
README.md
@@ -38,6 +38,7 @@ sudo systemctl enable --now code-server
|
||||
```bash
|
||||
npm install -g code-server
|
||||
code-server
|
||||
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
|
||||
```
|
||||
|
||||
### macOS
|
||||
@@ -48,19 +49,6 @@ brew service start code-server
|
||||
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
|
||||
```
|
||||
|
||||
### SSH
|
||||
|
||||
You can use [sshcode](https://github.com/codercom/sshcode) to start and use code-server on any Linux machine over SSH.
|
||||
|
||||
```bash
|
||||
sshcode user@dev.coder.com
|
||||
# Downloads and installs code-server on dev.coder.com and opens it in a new browser window.
|
||||
```
|
||||
|
||||
### Digital Ocean
|
||||
|
||||
[](https://marketplace.digitalocean.com/apps/code-server)
|
||||
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user