Updated symlink instructions

This commit is contained in:
Anon 2022-08-31 19:27:29 -07:00
parent b729db969b
commit bb96f3126d

View File

@ -46,7 +46,8 @@ To generate your tokens, run the following commands and follow the interactive p
```
cd ..
git clone 'https://git.yandere.cc/Anon/CreatePleromaApp.git'
ln -s "$(pwd)"/YandereLewdBot/{venv,src/cfg.py} CreatePleromaApp/
ln -s "$(pwd)"/YandereLewdBot/venv CreatePleromaApp/venv
ln -s "$(pwd)"/YandereLewdBot/src/cfg.py CreatePleromaApp/src/cfg.py
cd CreatePleromaApp
./run.sh -c cfg
# Follow the interactive prompts.