mirror of
https://github.com/linyqh/NarratoAI.git
synced 2026-07-17 11:38:09 +00:00
更新文档
This commit is contained in:
parent
4a5b699b11
commit
2fbd3d0c25
31
README.md
31
README.md
@ -96,7 +96,33 @@ _**1. NarratoAI 是一款完全免费的软件,近期在社交媒体(抖音,B
|
||||
|
||||
## 快速启动 🚀
|
||||
|
||||
### 方式一:macos Docker 部署(macos 推荐)
|
||||
### 方式一:整合包(推荐)
|
||||
> 下载地址:[https://cutagent.online/](https://cutagent.online/)
|
||||
|
||||
请下载与系统对应的整合包并完整解压;不要单独移动其中的 `NarratoAI`、`runtime` 或 `tools` 等目录。Windows 使用 x64 版本;macOS 使用 Apple Silicon(M1/M2/M3/M4)arm64 版本。
|
||||
|
||||
#### Windows
|
||||
|
||||
1. 打开解压后的 `NarratoAI-windows-x64` 目录。
|
||||
2. 先双击 `update-windows.bat` 更新项目,等待窗口提示更新完成。
|
||||
3. 再双击 `start.bat` 启动应用,并保持启动窗口打开。
|
||||
4. 在浏览器访问 `http://127.0.0.1:8501`。
|
||||
|
||||
#### macOS(Apple Silicon)
|
||||
|
||||
1. 打开解压后的 `NarratoAI-macos-arm64` 目录。
|
||||
2. 若系统阻止打开脚本,请在“终端”中执行(将路径替换为实际解压位置):
|
||||
|
||||
```bash
|
||||
xattr -cr "/path/to/NarratoAI-macos-arm64"
|
||||
chmod +x "/path/to/NarratoAI-macos-arm64/"*.command
|
||||
```
|
||||
|
||||
3. 先双击 `update-macos.command` 更新项目,等待更新完成。
|
||||
4. 再双击 `start-macos.command` 启动应用,并保持终端窗口打开。
|
||||
5. 在浏览器访问 `http://127.0.0.1:8501`。
|
||||
|
||||
### 方式二:macos Docker 部署(macos 推荐)
|
||||
```bash
|
||||
# 1. 克隆项目
|
||||
git clone https://github.com/linyqh/NarratoAI.git
|
||||
@ -108,9 +134,6 @@ docker compose up -d
|
||||
# 3. 访问应用
|
||||
# 浏览器打开 http://localhost:8501
|
||||
```
|
||||
### 方式二:整合包(Windows 推荐)
|
||||
> *关注微信公众号 **NarratoAI 助手** 右下角菜单栏获取下载链接*
|
||||
|
||||
### 方式三:本地运行
|
||||
```bash
|
||||
# 1. 克隆项目
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user