Skip to content

Commit 71895ab

Browse files
committed
gcp_cli_setup: macOS numbered sub-headings for separation
1 parent 0e28d91 commit 71895ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_partials/gcp_cli_setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `gcloud` Command Line Interface (CLI) is used to communicate with Google Clo
66

77
$MAC_START
88

9-
#### Check to see if python 3 is available, otherwise install
9+
#### 1. Check to see if python 3 is available, otherwise install
1010

1111
If you don't know, run:
1212

@@ -26,7 +26,7 @@ python3 -v
2626

2727
If you do not have Python 3.10 or higher, install a newer Python version (any version between 3.10 - 3.14, inclusive) using your existing environment manager, or download from [https://www.python.org/downloads/macos/ 🔗](https://www.python.org/downloads/macos/)
2828

29-
#### Download the gcloud sdk installer
29+
#### 2. Download the gcloud sdk installer
3030

3131
Check if you have an M1 (or higher) or Intel processor by running:
3232

@@ -61,7 +61,7 @@ curl -o ~/google-cloud-sdk.tar.gz https://dl.google.com/dl/cloudsdk/channels/rap
6161
```
6262
</details>
6363

64-
#### Install gcloud sdk
64+
#### 3. Install gcloud sdk
6565

6666
```bash
6767
exec zsh
@@ -73,7 +73,7 @@ tar -xf google-cloud-sdk.tar.gz
7373

7474
You can accept all the default options by hitting enter.
7575

76-
❗ At a certain point (the 4th option normally), the installer will ask to download and install python3. You can say **no**.
76+
❗ At a certain point (usually the 4th option), the installer will ask to download and install python3. You can say **no**.
7777

7878
Once the installer is finished, test the install by running:
7979

0 commit comments

Comments
 (0)