From 4be178d234c3e26f60ce5955b2fd375b62cb23bb Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 24 Oct 2019 16:08:44 -0500 Subject: [PATCH] Move Google Cloud button to match Digital Ocean --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb7725eb..3d61f7dd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Try it out: ```bash docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2 ``` -[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://deploy.cloud.run?dir=gcloud/) - **Consistent environment:** Code on your Chromebook, tablet, and laptop with a consistent dev environment. develop more easily for Linux if you have a @@ -47,6 +46,10 @@ arguments when launching code-server with Docker. See [![Create a Droplet](./doc/assets/droplet.svg)](https://marketplace.digitalocean.com/apps/code-server?action=deploy) +### Google Cloud + +[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://deploy.cloud.run?dir=gcloud/) + ### Binaries 1. [Download a binary](https://github.com/cdr/code-server/releases). (Linux and -- GitLab