From 3fec7f432c7aaaff2289349e3bd284d8b8252460 Mon Sep 17 00:00:00 2001 From: Jeff Delaney Date: Sun, 31 Mar 2019 11:15:33 -0700 Subject: [PATCH] doc: fixed name of binary to match latest release (#386) --- doc/admin/install/google_cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/install/google_cloud.md b/doc/admin/install/google_cloud.md index 867588e1..91085910 100644 --- a/doc/admin/install/google_cloud.md +++ b/doc/admin/install/google_cloud.md @@ -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