Changed executable name (#353)

code-server-luni should be only code-server
This commit is contained in:
Reda Aissaoui 2019-03-27 16:23:23 +01:00 committed by Kyle Carberry
parent 4eb5331ddc
commit def4104c53
1 changed files with 1 additions and 1 deletions

View File

@ -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"**<img src ="../../assets/chrome_warning.png">
- Then click **"proceed anyway"**<img src="../../assets/chrome_confirm.png">