From bb96f3126d03a49cd593835bf331bea09fcf68a3 Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 31 Aug 2022 19:27:29 -0700 Subject: [PATCH] Updated symlink instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d823f6..a3a88db 100644 --- a/README.md +++ b/README.md @@ -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.