From df935208d44700bdc003955973284e95f5644aa9 Mon Sep 17 00:00:00 2001 From: Fyodor Date: Mon, 20 Feb 2017 01:14:55 +0300 Subject: [PATCH] make info about escaping usernames more concisely --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index b8ccf8ff..0b753516 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua Linux (rpm-based): See the [Pre-Install Documentation for RedHat/CentOS 6.x](docs/pre-install_redhat_centos_6.x.md) 4. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list. -Don't forget to escape nicknames, if needed. e.g. for leading zero in nicknames: - ``` - users: - - '001' - - '002' - - '003' - ``` +Don't forget to escape nicknames with quotes, if needed. e.g. for leading zero in nicknames: `- '001'` 5. 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 [ROLES.md](docs/ROLES.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.