Adding instructions for stable branch.

This commit is contained in:
Cole Medin
2025-09-13 11:03:03 -05:00
parent 34a51ec362
commit 8e2e8aa05e
2 changed files with 7 additions and 3 deletions

View File

@@ -54,11 +54,13 @@ This new vision for Archon replaces the old one (the agenteer). Archon used to b
1. **Clone Repository**:
```bash
git clone https://github.com/coleam00/archon.git
git clone -b stable https://github.com/coleam00/archon.git
```
```bash
cd archon
```
**Note:** The `stable` branch is recommended for using Archon. If you want to contribute or try the latest features, use the `main` branch with `git clone https://github.com/coleam00/archon.git`
2. **Environment Configuration**:
```bash