china-rss-feed
Installation
SKILL.md
China RSS Feed 设置指南
本技能将指导用户在中国网络环境下设置RSS订阅系统,包括安装feed工具、导入RSS订阅源和聚合订阅内容。
步骤1:安装feed工具
使用以下命令安装feed工具,并配置中国镜像以加速下载:
# 更新apt
sudo apt update
# 安装golang
sudo apt install golang-go
# 添加中国镜像
export GOPROXY=https://goproxy.cn,direct
# 安装feed
go install github.com/odysseus0/feed/cmd/feed@latest