minchyeom commited on
Commit
dcff6aa
·
1 Parent(s): 367d937

fix(readme): update executable name from llm-chat to StarletteAI

Browse files
Files changed (1) hide show
  1. 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 llm-chat cli_app/main.py
26
  ```
27
 
28
- The resulting `llm-chat.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.
 
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.