Skip to content

Commit 62d14c8

Browse files
committed
Update brew google cloud skd location
1 parent bbaa29f commit 62d14c8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

_partials/es/gcp_cli_setup.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ brew install --cask google-cloud-sdk
99

1010
Luego podrás ejecutar lo siguiente:
1111

12+
```bash
13+
$(brew --prefix)/share/google-cloud-sdk/install.sh
14+
```
15+
16+
<details>
17+
<summary>¿Recibes un error <code>no such file or directory</code>?</summary>
18+
19+
Prueba esto:
20+
1221
```bash
1322
$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
1423
```
24+
25+
Si eso no funciona, contacta a un TA.
26+
27+
</details>

_partials/gcp_cli_setup.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ brew install --cask google-cloud-sdk
99

1010
Then you can:
1111

12+
```bash
13+
$(brew --prefix)/share/google-cloud-sdk/install.sh
14+
```
15+
16+
<details>
17+
<summary>Getting a <code>no such file or directory</code> error?
18+
</summary>
19+
20+
Try this:
21+
1222
```bash
1323
$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
1424
```
25+
26+
If that doesn't work, contact a TA.
27+
28+
</details>

0 commit comments

Comments
 (0)