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 +