Skip to content

Commit c002d44

Browse files
committed
docs(MAC.md): amend with scripts directory
1 parent 48f0083 commit c002d44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MAC.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The above example is consolidated into shell scripts with prerequisites as follo
4040
brew install bash
4141
```
4242

43-
Bash version 4 or higher is needed for `mac_create_and_start_containers.sh`
43+
Bash version 4 or higher is needed for `scripts/mac_create_and_start_containers.sh`
4444

4545
Homebrew provides GNU Bash version 5 via license GPLv3+
4646

@@ -49,6 +49,7 @@ Whereas Mac provides Bash version 3 via license GPLv2
4949
**Create and start containers:**
5050

5151
```zsh
52+
cd scripts
5253
./mac_create_and_start_containers.sh
5354
```
5455

@@ -59,6 +60,7 @@ export GEMINI_API_KEY=
5960
```
6061

6162
```zsh
63+
cd scripts
6264
./mac_start_hackingbuddygpt_against_a_container.sh
6365
```
6466

0 commit comments

Comments
 (0)