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 dc08730 commit fef5ad8Copy full SHA for fef5ad8
MAC.md
@@ -49,8 +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
+./scripts/mac_create_and_start_containers.sh
54
```
55
56
**Start hackingBuddyGPT against a container:**
@@ -60,8 +59,7 @@ export GEMINI_API_KEY=
60
59
61
62
63
64
-./mac_start_hackingbuddygpt_against_a_container.sh
+./scripts/mac_start_hackingbuddygpt_against_a_container.sh
65
66
67
**Troubleshooting:**
0 commit comments