From 4295671e681a275cd3765da9e3ece18ab8949c25 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 14 Jul 2022 15:08:09 -0700 Subject: [PATCH] Minor change to intall section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```