Skip to content

Commit fef5ad8

Browse files
committed
fix: reorganize scripts
1 parent dc08730 commit fef5ad8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MAC.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ Whereas Mac provides Bash version 3 via license GPLv2
4949
**Create and start containers:**
5050

5151
```zsh
52-
cd scripts
53-
./mac_create_and_start_containers.sh
52+
./scripts/mac_create_and_start_containers.sh
5453
```
5554

5655
**Start hackingBuddyGPT against a container:**
@@ -60,8 +59,7 @@ export GEMINI_API_KEY=
6059
```
6160

6261
```zsh
63-
cd scripts
64-
./mac_start_hackingbuddygpt_against_a_container.sh
62+
./scripts/mac_start_hackingbuddygpt_against_a_container.sh
6563
```
6664

6765
**Troubleshooting:**

0 commit comments

Comments
 (0)