Skip to content

Commit bfaadd4

Browse files
committed
Merge branch 'master' of github.com:codercom/code-server
2 parents d16b35e + 633f8dc commit bfaadd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile)
3333

3434
### Binaries
3535

36-
1. [Download a binary](https://github.com/codercom/code-server/releases) (Linux and OSX supported. Windows coming soon)
36+
1. [Download a binary](https://github.com/codercom/code-server/releases) (Linux and OS X supported. Windows coming soon)
3737
2. Start the binary with the project directory as the first argument
3838

3939
```
@@ -59,7 +59,7 @@ How to [secure your setup](/doc/security/ssl.md).
5959
### Future
6060
6161
- Windows support.
62-
- Electron and ChromeOS applications to bridge the gap between local<->remote.
62+
- Electron and Chrome OS applications to bridge the gap between local<->remote.
6363
- Run VS Code unit tests against our builds to ensure features work as expected.
6464
6565
## Contributing

doc/admin/install/digitalocean.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ If you're just starting out, we recommend [installing code-server locally](../..
2727
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md)
2828
- Finally start the code-server
2929
```
30-
sudo ./code-server-linux -p80
30+
sudo ./code-server-linux -p 80
3131
```
3232
> For instructions on how to keep the server running after you end your SSH session please checkout [how to use systemd](https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/) to start linux based services if they are killed
3333
- When you visit the public IP for your Digital Ocean instance, you will be greeted with this page. Code-server is using a self-signed SSL certificate for easy setup. To proceed to the IDE, click **"Advanced"**<img src ="../../assets/chrome_warning.png">
3434
- Then click **"proceed anyway"**<img src="../../assets/chrome_confirm.png">
3535

3636
---
37-
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
37+
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).

0 commit comments

Comments
 (0)