From e2678ff0a180f4d6116cb656253597017f3e4b2c Mon Sep 17 00:00:00 2001 From: Acbox Date: Wed, 25 Feb 2026 15:56:26 +0800 Subject: [PATCH] chore(docs): change install scripts to short domain --- DEPLOYMENT.md | 2 +- README.md | 2 +- README_CN.md | 2 +- docs/docs/installation/docker.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 16eb630f..c8b187dc 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -3,7 +3,7 @@ ## One-Click Install ```bash -curl -fsSL https://raw.githubusercontent.com/memohai/Memoh/main/scripts/install.sh | sudo sh +curl -fsSL https://memoh.sh | sudo sh ``` Or manually: diff --git a/README.md b/README.md index 7565030b..2329445f 100644 --- a/README.md +++ b/README.md @@ -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`* diff --git a/README_CN.md b/README_CN.md index fa006709..f29a13c8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -32,7 +32,7 @@ Memoh 是一个常驻运行的容器化 AI Agent 系统。你可以创建多个 一键安装(**需先安装 [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 ``` *静默安装(全部默认):`curl -fsSL ... | sudo sh -s -- -y`* diff --git a/docs/docs/installation/docker.md b/docs/docs/installation/docker.md index a414308e..cdab6986 100644 --- a/docs/docs/installation/docker.md +++ b/docs/docs/installation/docker.md @@ -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): ```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: @@ -27,7 +27,7 @@ The script will: **Silent install** (use all defaults, no prompts): ```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: