From b8ec5902f05e2f605135b8f146886d236c9a2489 Mon Sep 17 00:00:00 2001 From: dongsheng123132 Date: Mon, 16 Mar 2026 17:03:20 +0800 Subject: [PATCH] docs: add tutorial link to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df3ab7..585c057 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[中文](#中文) | [English](#english) +[中文](#中文) | [English](#english) | [📖 完整教程](https://u-claw.org/tutorial.html) --- @@ -19,6 +19,8 @@ 代码库本身就是 U 盘的文件骨架,运行 `setup.sh` 补齐大依赖后,整个 `portable/` 目录直接拷贝到 U 盘即可。 +> 📖 **[完整教程](https://u-claw.org/tutorial.html)** — 从零开始的手工安装指南、模型配置、聊天平台接入,小白也能看懂。 + ### 快速开始:制作便携版 U 盘 ```bash @@ -190,6 +192,8 @@ This repo is a **tutorial + complete source code** for building an [OpenClaw](ht The codebase itself is the USB file skeleton. Run `setup.sh` to download large dependencies, then copy the entire `portable/` directory to a USB drive. +> 📖 **[Full Tutorial](https://u-claw.org/tutorial.html)** — Step-by-step manual installation, model setup, chat platform integration. + ### Quick Start: Build a Portable USB ```bash