You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/admin/install/aws.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
56
56
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
57
57
- Finally, run
58
58
```
59
-
sudo ./code-server-linux -p 80
59
+
sudo ./code-server -p 80
60
60
```
61
61
- 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"**<imgsrc ="../../assets/chrome_warning.png">
62
62
- Then click **"proceed anyway"**<imgsrc="../../assets/chrome_confirm.png">
0 commit comments