mastorss/README.adoc
tastytea 5f9a8fede0
All checks were successful
continuous-integration/drone/push Build is passing
Add link to releases in readme.
2019-12-29 05:37:41 +01:00

1.9 KiB

mastorss reads RSS feeds and posts the items via the Mastodon API. Does not support Atom at the moment.

Important
The branch master has been renamed to main. If you have cloned this repo before 2019-12-28, please update your git settings accordingly.

Install

Dependencies

Get sourcecode

Release

Download the current release at schlomp.space.

Development version

git clone https://schlomp.space/tastytea/mastorss.git

Compile

mkdir build
cd build/
cmake ..
cmake --build .

Install with make install.