Skip to content

Commit fcb8ce9

Browse files
att
1 parent 813759f commit fcb8ce9

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

docs/install_and_build/build_with_extension.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -47,48 +47,13 @@ We need to download the main VibeScript code to build on top of.
4747
**Copy and paste this command in your terminal:**
4848
4949
```bash
50-
curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.10.0/amalgamation.c -o amalgamation.c
50+
curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.35.0/amalgamation.c -o amalgamation.c
5151
```
5252

5353
**What happened?** You just downloaded a big file with all the VibeScript code!
5454

5555
---
5656

57-
## 🔐 Step 3: Install the Security Tool
58-
59-
VibeScript needs a security tool to keep your custom version safe.
60-
61-
**Copy and paste this command:**
62-
63-
```bash
64-
curl -L https://github.com/OUIsolutions/key_obfuscate/releases/download/0.0.1/KeyObfuscate.out -o KeyObfuscate && sudo chmod +x KeyObfuscate && sudo mv KeyObfuscate /bin/KeyObfuscate
65-
```
66-
67-
**What's this?** A security tool that creates special passwords for your VibeScript. Like putting locks on your doors!
68-
69-
---
70-
71-
## � Step 4: Create Security Passwords
72-
73-
Every custom VibeScript needs 3 special passwords. Think of them as 3 different keys for 3 different doors.
74-
75-
**First, create a folder for your passwords:**
76-
```bash
77-
mkdir -p keys
78-
```
79-
80-
**Now create your 3 passwords (you can change the words in quotes to anything you want):**
81-
82-
```bash
83-
KeyObfuscate --entry 'my-super-secret-content-password' --project_name 'content' --output 'keys/content.h'
84-
KeyObfuscate --entry 'my-awesome-llm-password' --project_name 'llm' --output 'keys/llm.h'
85-
KeyObfuscate --entry 'my-fantastic-name-password' --project_name 'name' --output 'keys/name.h'
86-
```
87-
88-
**💡 Pro Tip:** Make your passwords long and unique! Like "pizza-loving-cat-2025" instead of just "password123"
89-
90-
---
91-
9257
## 🔨 Step 5: Build Your Custom VibeScript
9358

9459
Now we'll combine everything together to create your custom VibeScript!

0 commit comments

Comments
 (0)