From c4255d8e35ba7427518e9f988c0e46c7146a51a3 Mon Sep 17 00:00:00 2001 From: KonyTech <91311728+konytech@users.noreply.github.com> Date: Thu, 23 Dec 2021 09:52:58 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf4acc..f6577b0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Open a command prompt and navigate to the directory where you placed the pia-wg python -m venv venv venv\Scripts\activate pip install -r requirements.txt -generate-config.py +python generate-config.py ``` Follow the prompts. When finished, you can exit the virtual environment with the `deactivate` command.