From def4104c5346290f549cdd37c1fb9278eddc6046 Mon Sep 17 00:00:00 2001 From: Reda Aissaoui Date: Wed, 27 Mar 2019 16:23:23 +0100 Subject: [PATCH] Changed executable name (#353) code-server-luni should be only code-server --- doc/admin/install/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/install/aws.md b/doc/admin/install/aws.md index 90038fdc..fbf896e2 100644 --- a/doc/admin/install/aws.md +++ b/doc/admin/install/aws.md @@ -56,7 +56,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, run ``` - sudo ./code-server-linux -p 80 + sudo ./code-server -p 80 ``` - When you visit the public IP for your AWS 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"** - Then click **"proceed anyway"**