diff --git a/README.md b/README.md index c92d0fb..5094ae3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#Add this line in postinstall script: -#During Create Instance, > Management, > Automation +Add this line in postinstall script: +During Create Instance, > Management, > Automation
curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh
-#Or using gcloud: -#List available OS Images: +Or using gcloud: +List available OS Images:
gcloud compute images list | grep debian
-#deploy VM: +deploy VM:
gcloud beta compute instances create instance-3 \
 --zone=us-east1-b \
 --machine-type=f1-micro \