-
Notifications
You must be signed in to change notification settings - Fork 6
源码运行
TwoSix edited this page Jan 3, 2025
·
5 revisions
参考官方文档
- Linux 输入以下命令运行安装脚本,按照提示选择默认选项安装即可
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- 下载源码
git clone https://github.com/TwooSix/Alist-MikananiRss.git && cd Alist-MikananiRss
- 安装依赖
# 若需pytest等开发相关依赖,可自行删除`--no-dev`的flag uv sync --no-dev --frozen
- 创建配置文件
- 运行代码:
uv run alist-mikananirss
- Enjoy