chore: updated feeds readme a6959b02
Steve · 2026-04-02 20:04 1 file(s) · +4 −9
apps/feeds/README.md +4 −9
114 114
115 115
Since Feeds compiles to a single binary, deployment is straightforward on any platform.
116 116
117 +
### Railway
118 +
119 +
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/Ezvmhx?referralCode=JGcIp6)
120 +
117 121
### Docker
118 122
119 123
1. Clone the repo
136 140
docker-compose up -d
137 141
```
138 142
139 -
### Railway
140 -
141 -
1. Fork the repo from GitHub to your own account
142 -
143 -
2. Login to [Railway](https://railway.com) and create a new project
144 -
145 -
3. Select Feeds from your repos
146 -
147 -
4. Railway will auto-detect the Rust project and build it