From d522a55f110a56b151bfc9372aced9566b115a9a Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 Jun 2020 08:23:40 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c68c3fd..cc9376e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ gcloud compute images list | grep debian #deploy VM: +

 gcloud beta compute instances create instance-3 \
 --zone=us-east1-b \
 --machine-type=f1-micro \
@@ -18,4 +19,4 @@ gcloud beta compute instances create instance-3 \
 --maintenance-policy=MIGRATE \
 --image=debian-10-buster-v20200521 \
 --image-project=debian-cloud
-
+