From 79f08763c65d23bab67b07143c921b82a2c3267f Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Mon, 4 Aug 2025 19:20:32 +0800 Subject: [PATCH] pre-comit fixup --- docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md b/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md index 107cfe8b..bfb928a3 100644 --- a/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md +++ b/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md @@ -156,6 +156,7 @@ The folders `venv` and `myauth` will be created automatically in later steps. Pl ::: eg + ```shell mkdir aa-dev cd aa-dev @@ -187,11 +188,13 @@ pip install -U pip setuptools wheel ### Install and create AA instance if you are not already int he `aa-dev/working` folder `cd` there + ```shell cd aa-dev/working ``` now we are going to install allianceauth from a locally cloned repo + ```shell git clone https://gitlab.com/allianceauth/allianceauth.git cd allianceauth