From d66bd0dda997bdf540c4ec57fd2808a335c11ca2 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 7 Feb 2022 08:51:12 -0600 Subject: [PATCH] Add embed to post Signed-off-by: Sam Therapy --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb4a2b..87f2a1c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Should be compatible with Mastodon, Misskey and Pleroma! `git clone https://git.freecumextremist.com/NotSam/fediverse-imagebot.git` 4. Install dependencies: \ -`yarn` +`yarn --production` 5. Build: \ `yarn build` @@ -44,7 +44,9 @@ Example cron configuration: ``` This example will run the bot every hour on the hour with the post message `Message` using images from the default `images` directory. -An example of this configuration can be found at https://froth.zone/rinbot. +An example of this pleroma configuration can be found at https://froth.zone/rinbot. + + ## Additional information Additional help can be found by running `yarn local -h` or `yarn token -h`.