Skip to content

Commit f063407

Browse files
julesvanriegithub-actions
andauthored
Update brew google cloud skd location (#336)
* Update brew google cloud skd location * setup guides generated --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent bbaa29f commit f063407

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-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>

macOS.es.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,23 @@ brew install --cask google-cloud-sdk
788788

789789
Luego podrás ejecutar lo siguiente:
790790

791+
```bash
792+
$(brew --prefix)/share/google-cloud-sdk/install.sh
793+
```
794+
795+
<details>
796+
<summary>¿Recibes un error <code>no such file or directory</code>?</summary>
797+
798+
Prueba esto:
799+
791800
```bash
792801
$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
793802
```
794803

804+
Si eso no funciona, contacta a un TA.
805+
806+
</details>
807+
795808

796809
## Configuración de Google Cloud Platform
797810

macOS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,10 +805,24 @@ brew install --cask google-cloud-sdk
805805

806806
Then you can:
807807

808+
```bash
809+
$(brew --prefix)/share/google-cloud-sdk/install.sh
810+
```
811+
812+
<details>
813+
<summary>Getting a <code>no such file or directory</code> error?
814+
</summary>
815+
816+
Try this:
817+
808818
```bash
809819
$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
810820
```
811821

822+
If that doesn't work, contact a TA.
823+
824+
</details>
825+
812826

813827
## Google Cloud Platform setup
814828

0 commit comments

Comments
 (0)