Skip to content

Commit 0d24287

Browse files
att
1 parent 37a83bd commit 0d24287

File tree

2 files changed

+202706
-1
lines changed

2 files changed

+202706
-1
lines changed

docs/install_and_build/build_with_extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now we'll combine everything together to create your custom VibeScript!
6161
**Copy and paste this command (it's long, but just copy the whole thing):**
6262

6363
```bash
64-
gcc amalgamation.c -DCONTENT_ENCRYPT_KEY=\"keys/content.h\" -DLLM_ENCRYPT_KEY=\"keys/llm.h\" -DNAME_ENCRYPT_KEY=\"keys/name.h\" -DVIBE_EXTENSION_MODULE=\"extension.c\" -DVIBE_EXTENSION_FUNC=custom_extension -DVIBE_EXTENSION_LIB_NAME=\"custom_extension\" -o custom_vibescript
64+
gcc amalgamation.c -DVIBE_EXTENSION_FUNC=custom_extension -DVIBE_EXTENSION_LIB_NAME=\"custom_extension\" -o custom_vibescript
6565
```
6666

6767
**What's happening?** Your computer is building your custom VibeScript with your new feature inside!

0 commit comments

Comments
 (0)