diff --git a/README.md b/README.md index 2c92766..65f5bcc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ A Twitter to Mastodon copy bot written in Rust First up, create a configuration file (default path is `/usr/local/etc/scootaloo.toml`). It will look like this: ``` +[scootaloo] + +last_tweet_path="/usr/local/etc/last_tweet" ## file containing the last tweet id received, must be writable +cache_path="/tmp/scootaloo" ## a dir where the temporary files will be download, must be writeable + [twitter] username="NintendojoFR" ## User Timeline to copy @@ -13,8 +18,6 @@ consumer_key="MYCONSUMERKEY" consumer_secret="MYCONSUMERSECRET" access_key="MYACCESSKEY" access_secret="MYACCESSSECRET" - -last_tweet_path="/usr/local/etc/last_tweet" ## file containing the last tweet id received, must be writable ``` Then run the command with the `register` subcommand: