Use placeholders in quick start guide for better maintainability

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-24 13:31:26 +00:00
parent f70ac68d2f
commit 2fc355dbd5

View File

@@ -1342,7 +1342,7 @@ class TestMapGeneration(unittest.TestCase):
**Development Environment Setup:**
```bash
# Clone repository
git clone https://github.com/yourorg/BlockWar.git
git clone <repository-url>
cd BlockWar
# Install Python dependencies
@@ -1356,7 +1356,7 @@ pytest tests/unit/ -v
python scripts/generate_all_content.py
# Run UE5 automation tests (requires UE5 editor)
UnrealEditor.exe BlockWar.uproject -ExecCmds="Automation RunTests;Quit"
UnrealEditor.exe <project-name>.uproject -ExecCmds="Automation RunTests;Quit"
```
**Running Tests in CI/CD:**