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
This commit is contained in:
JMoVS 2021-11-30 17:12:19 +01:00 committed by GitHub
parent de1e9093ab
commit f713b272cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ where `<algodirectory>` 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.