@@ -83,10 +83,6 @@ Victoria is Elcano's AI agent that connects to programmatic advertising reports
8383
8484# # 🚀 Launching Victoria
8585
86- You can start Victoria in a couple of different ways, depending on your platform and comfort with the terminal.
87-
88- # ## ▶️ From a Terminal (macOS, Linux, Windows)
89-
9086Open your terminal, change into the ` victoria-crush` folder, and run:
9187
9288` ` ` bash
@@ -113,37 +109,6 @@ export VICTORIA_TEMPLATE="your_cli.template.json"
113109export VICTORIA_OUTPUT=" your_cli.json"
114110` ` `
115111
116- ---
117-
118- # ## 🖱️ Double-Click (Windows)
119-
120- For Windows users who prefer a one-click launch:
121-
122- 1. Open the ` victoria-crush` folder.
123- 2. Double-click ` victoria.bat` .
124-
125- That’s it — Victoria will start in a terminal window automatically.
126- * (If nothing happens, check that Python is installed and available in your PATH.)*
127-
128- ---
129-
130- # ## 🖱️ Double-Click (macOS)
131-
132- On macOS, you can launch Victoria from Finder:
133-
134- 1. Open the ` victoria-crush` folder.
135- 2. Double-click ` victoria.command` .
136-
137- > ⚠️ The first time, you may need to make the file executable:
138- >
139- > ` ` ` bash
140- > chmod +x victoria.command
141- > ` ` `
142-
143- After that, it’s double-click and go.
144-
145- ---
146-
147112# # 📦 Packaging for macOS and Windows
148113
149114You can build standalone packages so Victoria can be launched from Finder. The macOS app opens a terminal window for interaction.
0 commit comments