We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f0083 commit c002d44Copy full SHA for c002d44
MAC.md
@@ -40,7 +40,7 @@ The above example is consolidated into shell scripts with prerequisites as follo
40
brew install bash
41
```
42
43
-Bash version 4 or higher is needed for `mac_create_and_start_containers.sh`
+Bash version 4 or higher is needed for `scripts/mac_create_and_start_containers.sh`
44
45
Homebrew provides GNU Bash version 5 via license GPLv3+
46
@@ -49,6 +49,7 @@ Whereas Mac provides Bash version 3 via license GPLv2
49
**Create and start containers:**
50
51
```zsh
52
+cd scripts
53
./mac_create_and_start_containers.sh
54
55
@@ -59,6 +60,7 @@ export GEMINI_API_KEY=
59
60
61
62
63
64
./mac_start_hackingbuddygpt_against_a_container.sh
65
66
0 commit comments