diff --git a/README.md b/README.md index 3c3028e..ed54a00 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ To setup the python3 environment (for Arch Linux) run the following commands: sudo pacman -Syu sudo pacman -S --needed python git git clone 'https://git.yandere.cc/Anon/YandereLewdBot.git' -cd yandereLewdBot/ +cd YandereLewdBot/ python -m venv venv 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 ./md5 +mkdir -p ./rsc/{safe,nsfw} cp -vn ./default/cfg.py ./src/cfg.py ./run.sh -h ```