Simplified command, updated GPL link

This commit is contained in:
Anon 2022-08-27 02:20:01 -07:00
parent c38c5b5754
commit 640446b254

View File

@ -8,7 +8,7 @@ Currently the bot will only run on Linux. I believe it should run on most distro
## About
Yandere Lewd Bot is designed to be simple to understand (from a technical perspective) and easy to modify/extend. It relies on GNU formatted hash files to configure and organize posts (from the GNU coreutils package):
Yandere Lewd Bot is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). See LICENSE.txt.
Yandere Lewd Bot is licensed under GPLv3. See [LICENSE.txt](./LICENSE.txt).
The bot is still in development and can easily be crashed by writing a poorly configured `cfg.py` file, or messing with the hash files it uses to configure posts. The bot may also crash with encoding errors for files with non-unicode filenames.
@ -24,9 +24,7 @@ source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
deactivate
# Generate the default folder structure.
mkdir md5
mkdir -p rsc/{safe,nsfw}
mkdir -p md5 rsc/{safe,nsfw}
cp -vn default/cfg.py src/cfg.py
./run.sh -h
```