From a3e2119de2549b1ed88d5d7fab7957d46697d405 Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 1 Mar 2020 20:43:16 +0100 Subject: [PATCH] Update README.md to reflect recent changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: