From d0ffc76b6d22037b82b9cd2a8dfd41f2cab9789d Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 12 Mar 2023 19:34:12 -0700 Subject: [PATCH] Updated install instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fd4ad5..d93be86 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ 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' +git clone 'https://git.yandere.cc/Anon/FediBot.git' YandereLewdBot/src/FediBot +(Optional) git clone 'https://git.yandere.cc/Anon/FediBotEncryption.git' YandereLewdBot/src/FediBotEncryption cd YandereLewdBot/ python -m venv venv source venv/bin/activate