From 603eccc7e2068612196dbeed8421b7f4cd31ffe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=83=E5=93=88=E5=93=88?= Date: Mon, 28 Apr 2025 12:33:40 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 娃哈哈 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6795302..2060e9a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ ## 主要特性 🚀 **一键式安装与卸载** - 提供完整的安装(`install-bitiful-oss.sh`)和卸载(`uninstall-bitiful-oss.sh`)脚本 + 🔑 **交互式凭证配置** - 引导用户输入AK/SK、存储桶名称和挂载路径 + 📁 **自动目录创建** - 自动创建不存在的挂载目录 🔄 **开机自动挂载** - 通过systemd服务实现开机自动挂载 @@ -31,4 +33,11 @@ ```bash git clone https://gitee.com/cncsrf/bitiful-oss.git - cd bitiful-oss \ No newline at end of file + cd bitiful-oss + +2. 运行安装脚本:: + + ```bash + chmod +x install-bitiful-oss.sh + ./install-bitiful-oss.sh +