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`.