From f7342ede6948da736c23e67b43c1a2f31dd1fac0 Mon Sep 17 00:00:00 2001 From: David Pinezich Date: Thu, 11 Apr 2019 23:18:13 +0200 Subject: [PATCH] Update digitalocean.md (#486) Seems that sudo ./code-server-linux -p 80 is outdated. The "linux" is not anymore given. --- doc/admin/install/digitalocean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/install/digitalocean.md b/doc/admin/install/digitalocean.md index 1a83d7bd..1a1b7dd5 100644 --- a/doc/admin/install/digitalocean.md +++ b/doc/admin/install/digitalocean.md @@ -39,7 +39,7 @@ If you're just starting out, we recommend [installing code-server locally](../.. > To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md) - Finally start the code-server ``` - sudo ./code-server-linux -p 80 + sudo ./code-server -p 80 ``` > 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 - 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"**