Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Psingh12354 authored Oct 9, 2020
1 parent 4415c8a commit 9d1b608
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ echo $PROJECT_ID
echo $ZONE
```

## Create a virtual machine with gcloud
<h2 align=center><i><b>Create a virtual machine with gcloud</b></i></h2>

Create a new virtual machine instance using ```gcloud```. In the following command you'll use:

```gcloud compute``` which enables you to easily manage your Compute Engine resources in a friendlier format than using the Compute Engine API.
Expand All @@ -268,7 +269,8 @@ Run the following to create your vm:
```
gcloud compute instances create gcelab2 --machine-type n1-standard-2 --zone $ZONE
```
### v vIf you got a error :
### If you got a error :

```
ERROR: (gcloud.compute.instances.create) The required property [project] is not currently set.
You may set it for your current workspace by running:
Expand Down

0 comments on commit 9d1b608

Please sign in to comment.