mirror of https://git.tuxpa.in/a/code-server.git
doc: fixed name of binary to match latest release (#386)
This commit is contained in:
parent
4887078423
commit
3fec7f432c
|
@ -54,7 +54,7 @@ chmod +x code-server
|
|||
|
||||
- Start the code-server
|
||||
```
|
||||
sudo ./code-server-linux -p 80
|
||||
sudo ./code-server -p 80
|
||||
```
|
||||
|
||||
> 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
|
||||
|
|
Loading…
Reference in New Issue