Skip to content

Commit def4104

Browse files
a-redakylecarbs
authored andcommitted
Changed executable name (#353)
code-server-luni should be only code-server
1 parent 4eb5331 commit def4104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/admin/install/aws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
5656
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
5757
- Finally, run
5858
```
59-
sudo ./code-server-linux -p 80
59+
sudo ./code-server -p 80
6060
```
6161
- 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">
6262
- Then click **"proceed anyway"**<img src="../../assets/chrome_confirm.png">

0 commit comments

Comments
 (0)