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
@@ -3,7 +3,7 @@
## One-Click Install ## One-Click Install
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sudo sh curl -fsSL https://memoh.sh | sudo sh
``` ```
Or manually: Or manually:
+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/)**): One-click install (**requires [Docker](https://www.docker.com/get-started/)**):
```bash ```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`* *Silent install with all defaults: `curl -fsSL ... | sudo sh -s -- -y`*
+1 -1
View File
@@ -32,7 +32,7 @@ Memoh 是一个常驻运行的容器化 AI Agent 系统。你可以创建多个
一键安装(**需先安装 [Docker](https://www.docker.com/get-started/)**): 一键安装(**需先安装 [Docker](https://www.docker.com/get-started/)**):
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sudo sh curl -fsSL https://memoh.sh | sudo sh
``` ```
*静默安装(全部默认):`curl -fsSL ... | sudo sh -s -- -y`* *静默安装(全部默认):`curl -fsSL ... | sudo sh -s -- -y`*
+2 -2
View File
@@ -13,7 +13,7 @@ Docker is the recommended way to run Memoh. The stack includes PostgreSQL, Qdran
Run the official install script (requires Docker and Docker Compose): Run the official install script (requires Docker and Docker Compose):
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sudo sh curl -fsSL https://memoh.sh | sudo sh
``` ```
The script will: The script will:
@@ -27,7 +27,7 @@ The script will:
**Silent install** (use all defaults, no prompts): **Silent install** (use all defaults, no prompts):
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sudo sh -s -- -y curl -fsSL https://memoh.sh | sudo sh -s -- -y
``` ```
Defaults when running silently: Defaults when running silently: