Install Feedbot

One command to bootstrap a self-hosted Feedbot stack.

curl -fsSL https://get.feedbot.dev | sh

Want to read the script before piping it to a shell? Good instinct.

curl -fsSL https://get.feedbot.dev/install.sh > install.sh
less install.sh
sh install.sh

Documentation: feedbot.dev · Quickstart · Installer reference · GitHub