From 9f741c852d681bbefbad6b408545fde5d2b61b48 Mon Sep 17 00:00:00 2001
From: ClovertaTheTrilobita
<168412973+ClovertaTheTrilobita@users.noreply.github.com>
Date: Thu, 16 Oct 2025 14:48:54 +0000
Subject: [PATCH] Update README with installation and deployment info
Added installation instructions and manual deployment steps.
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index d98c863..3ff8ecc 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@
+## 🚀一键安装
+
+在[Release页面](https://github.com/ClovertaTheTrilobita/cellpose-web/releases)中下载最新的install.sh到你的机器上。
+
+将它放到你希望项目存在的位置,并执行它,安装脚本会将项目自动拉取到同一目录下。
+
+
+
## 🛠️手动部署
#### 0. 克隆本仓库至本地