Small fixes
This commit is contained in:
@@ -9,11 +9,16 @@ The web UI is accessible at `https://agent0.glitch.university` via a persistent
|
||||
## Day 1 setup
|
||||
|
||||
```bash
|
||||
git clone <this repo>
|
||||
cd Agent0
|
||||
git clone https://ramanujan.glitch.university/glitch-university/agent0.git
|
||||
cd agent0
|
||||
bash bootstrap.sh
|
||||
```
|
||||
|
||||
> **Note:** This repo must be **public** on Gitea for the clone to work on a fresh machine
|
||||
> before SSH keys exist. Set it in Gitea → Settings → Make Public.
|
||||
> If you prefer to keep it private, clone with a token instead:
|
||||
> `git clone https://<user>:<token>@ramanujan.glitch.university/glitch-university/agent0.git`
|
||||
|
||||
The script handles everything it can automatically. When it finishes, it prints two SSH public keys and two copy-paste commands — that's all that's left to do manually.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user