Skip to content

Commit 9295652

Browse files
dpinezichcode-asher
authored andcommitted
Update digitalocean.md (#486)
Seems that sudo ./code-server-linux -p 80 is outdated. The "linux" is not anymore given.
1 parent ff5b329 commit 9295652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/admin/install/digitalocean.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
3939
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
4040
- Finally start the code-server
4141
```
42-
sudo ./code-server-linux -p 80
42+
sudo ./code-server -p 80
4343
```
4444
> 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
4545
- 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"**<img src ="../../assets/chrome_warning.png">

0 commit comments

Comments
 (0)