chore: update install script and docs to reference main branch

This commit is contained in:
BBQ
2026-02-13 17:49:00 +08:00
parent c08e34cbcc
commit 7b6490ebcd
3 changed files with 44 additions and 11 deletions
+2 -2
View File
@@ -30,13 +30,13 @@ Memoh is a AI agent system platform. Users can create their own AI bots and chat
One-click install (requires Docker):
```bash
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/feat/containerd-in-docker/scripts/install.sh | sh
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sh
```
Or manually:
```bash
git clone -b feat/containerd-in-docker --depth 1 https://github.com/memohai/Memoh.git
git clone --depth 1 https://github.com/memohai/Memoh.git
cd Memoh
docker compose up -d
```