chore(docs): change install scripts to short domain

This commit is contained in:
Acbox
2026-02-25 15:56:26 +08:00
committed by Ran
parent 2f38662d4d
commit e2678ff0a1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Memoh is an always-on, containerized AI agent system. Create multiple AI bots, e
One-click install (**requires [Docker](https://www.docker.com/get-started/)**):
```bash
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sudo sh
curl -fsSL https://memoh.sh | sudo sh
```
*Silent install with all defaults: `curl -fsSL ... | sudo sh -s -- -y`*