Docs: sync all docs with actual code implementation

Changes:
- README.md: Fix executable download wording (not pre-built)
- 架构.md: Remove Cypher references (no Cypher in SQLite mode), note cypher_query_box is display-only
- 一键启动指南.md: Remove deleted scripts (start.bat, install.bat), remove made-up startup timings
This commit is contained in:
root
2026-04-12 16:42:44 +08:00
parent 1d11ad6c9a
commit 0d8a7592ad
3 changed files with 129 additions and 261 deletions

View File

@ -28,16 +28,13 @@ TrulyMEM (TrueHumanMEM) 是一个让 AI 拥有长期记忆能力的图记忆系
## 快速开始
### 方式一:使用可执行文件(推荐)
### 方式一:打包后的可执行文件
**Windows:**
```bash
# 下载 TrulyMEM.exe
./TrulyMEM.exe
```
打包后会生成独立可执行文件,可直接运行:
**Linux:**
```bash
# Windows: TrulyMEM.exe
# Linux/macOS: TrulyMEM
chmod +x TrulyMEM
./TrulyMEM
```