From d545741a788290e757a4759fbe1615c792c3e573 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Mon, 24 Apr 2017 09:38:33 -0400 Subject: [PATCH] Fixed broken in step 6 of instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c46b0a..9fcad771 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua 5. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list. -6. Start the deployment. Return to your terminal. In the Algo directory, run `./algo` and follow the instructions. There are several optional features available. None are required for a fully functional VPN server. These optional features are described in greater detail in [deploy-with-ansible.md](docs/deploy-with-ansible.md). +6. Start the deployment. Return to your terminal. In the Algo directory, run `./algo` and follow the instructions. There are several optional features available. None are required for a fully functional VPN server. These optional features are described in greater detail in [deploy-from-ansible.md](docs/deploy-from-ansible.md). That's it! You will get the message below when the server deployment process completes. You now have an Algo server on the internet. Take note of the p12 (user certificate) password in case you need it later.