mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-03-17 10:53:09 +00:00
rebrand
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Autonomous Coder UI Launcher
|
||||
=============================
|
||||
AutoCoder UI Launcher
|
||||
=====================
|
||||
|
||||
Automated launcher that handles all setup:
|
||||
1. Creates/activates Python virtual environment
|
||||
@@ -201,7 +201,7 @@ def main() -> None:
|
||||
dev_mode = "--dev" in sys.argv
|
||||
|
||||
print("=" * 50)
|
||||
print(" Autonomous Coder UI Setup")
|
||||
print(" AutoCoder UI Setup")
|
||||
print("=" * 50)
|
||||
|
||||
total_steps = 6 if not dev_mode else 5
|
||||
|
||||
Reference in New Issue
Block a user