From f713b272cf5425211290dc56d9e0660d436e5925 Mon Sep 17 00:00:00 2001 From: JMoVS Date: Tue, 30 Nov 2021 17:12:19 +0100 Subject: [PATCH] Update readme and insert needed / after . Add / to use the current directory's `env` folder and as the `env` folder is not named `.env`, a `/` is needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c5b47..babd38e 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ where `` is the directory where you cloned Algo. _If you chose to save the CA key during the deploy process,_ then Algo's own scripts can easily add and remove users from the VPN server. 1. Update the `users` list in your `config.cfg` -2. Open a terminal, `cd` to the algo directory, and activate the virtual environment with `source .env/bin/activate` +2. Open a terminal, `cd` to the algo directory, and activate the virtual environment with `source ./env/bin/activate` 3. Run the command: `./algo update-users` After this process completes, the Algo VPN server will contain only the users listed in the `config.cfg` file.