Minor correction

This commit is contained in:
Anon 2022-07-14 20:43:11 -07:00
parent 4295671e68
commit 071b9baef0

View File

@ -76,7 +76,7 @@ To begin posting:
- Put some images in the rsc/ folder (organize by safe and nsfw posts). - Put some images in the rsc/ folder (organize by safe and nsfw posts).
- 'safe' posts will be marked with `#yandere` - 'safe' posts will be marked with `#yandere`
- 'nsfw' posts will be spoilered and marked as `#yandere #nsfw` - 'nsfw' posts will be spoilered and marked as `#nsfw #lewd #yandere`
- Make sure you are in the bot's root directory (the directory with `run.sh`) - Make sure you are in the bot's root directory (the directory with `run.sh`)
- Checksum all the files you added with the following command: - Checksum all the files you added with the following command:
- `find "./rsc" -type f -exec md5sum -b '{}' \; > "./md5/master_file.txt"` - `find "./rsc" -type f -exec md5sum -b '{}' \; > "./md5/master_file.txt"`