Skip to content

Commit 633f8dc

Browse files
dxfkylecarbs
authored andcommitted
Fixing broken syntax in the run command (#238)
1 parent 98cad8a commit 633f8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)