Updated install instructions

This commit is contained in:
Anon 2023-03-12 19:34:43 -07:00
parent 89381b76d4
commit eed87f229d

View File

@ -23,6 +23,8 @@ To setup the python3 environment (for Arch Linux) run the following commands:
sudo pacman -Syu sudo pacman -Syu
sudo pacman -S --needed python git sudo pacman -S --needed python git
git clone 'https://git.yandere.cc/Anon/DanbooruBot.git' git clone 'https://git.yandere.cc/Anon/DanbooruBot.git'
git clone 'https://git.yandere.cc/Anon/FediBot.git' DanbooruBot/src/FediBot
(Optional) git clone 'https://git.yandere.cc/Anon/FediBotEncryption.git' DanbooruBot/src/FediBotEncryption
cd DanbooruBot/ cd DanbooruBot/
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate