Spaces:
Runtime error
Runtime error
fix(readme): update executable name from llm-chat to StarletteAI
Browse files- cli_app/README.md +2 -2
cli_app/README.md
CHANGED
@@ -22,10 +22,10 @@ python -m cli_app --user yourname
|
|
22 |
2. Build the app:
|
23 |
|
24 |
```bash
|
25 |
-
pyinstaller --onefile -n
|
26 |
```
|
27 |
|
28 |
-
The resulting `
|
29 |
|
30 |
The executable can be distributed on Windows 10/11 systems without requiring a
|
31 |
Python installation.
|
|
|
22 |
2. Build the app:
|
23 |
|
24 |
```bash
|
25 |
+
pyinstaller --onefile -n StarletteAI cli_app/main.py
|
26 |
```
|
27 |
|
28 |
+
The resulting `StarletteAI.exe` will appear in the `dist` directory.
|
29 |
|
30 |
The executable can be distributed on Windows 10/11 systems without requiring a
|
31 |
Python installation.
|