* Clone this repository somewhere (`git clone https://git.imirhil.fr/aeris/cross-post/`)
* Install dependencies with Bundler (`bundler install`)
* Create a `$HOME/.cross-post.yml` configuration file, based on the example available [here](https://git.imirhil.fr/aeris/cross-post/src/master/config.yml)
* Create a `$HOME/.config/cross-post/config.yml` configuration file, based on the example available [here](https://git.imirhil.fr/aeris/cross-post/src/master/config.yml)
* Register the app on Twitter (`bundle exec bin/twitter-register`)
* You can reuse my Twitter app OAuth credentials, or register a new app from scratch [here](https://apps.twitter.com/)
* Register the app on Mastodon (`bundle exec bin/mastodon-register`)
@ -18,7 +18,3 @@ To use it:
* Enjoy
If needed, a SystemD unit example is available [here](https://git.imirhil.fr/aeris/cross-post/src/master/mastodon-twitter.service)