From 1e020fd7b4539f1b9d9bbfd67004d52a21ecf1a9 Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Fri, 10 May 2019 11:39:50 -0400 Subject: [PATCH] Point additional docs to index.md --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index ef6bfbfc..e3bc645f 100644 --- a/README.md +++ b/README.md @@ -187,28 +187,7 @@ If you chose to save the CA certificate during the deploy process, then Algo's o After this process completes, the Algo VPN server will contain only the users listed in the `config.cfg` file. ## Additional Documentation - -* Setup instructions - - Documentation for available [Ansible roles](docs/setup-roles.md) - - Deploy from [Fedora Workstation (26)](docs/deploy-from-fedora-workstation.md) - - Deploy from [RedHat/CentOS 6.x](docs/deploy-from-redhat-centos6.md) - - Deploy from [Windows](docs/deploy-from-windows.md) - - Deploy from [Ansible](docs/deploy-from-ansible.md) directly -* Client setup - - Setup [Android](docs/client-android.md) clients - - Setup [Generic/Linux](docs/client-linux.md) clients with Ansible - - Setup Ubuntu clients to use [WireGuard](docs/client-linux-wireguard.md) - - Setup Apple devices to use [IPSEC](docs/client-apple-ipsec.md) -* Cloud setup - - Configure [Amazon EC2](docs/cloud-amazon-ec2.md) - - Configure [Azure](docs/cloud-azure.md) - - Configure [DigitalOcean](docs/cloud-do.md) - - Configure [Google Cloud Platform](docs/cloud-gce.md) - - Configure [Vultr](docs/cloud-vultr.md) -* Advanced Deployment - - Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server - - Deploy to your own [Ubuntu 18.04](docs/deploy-to-ubuntu.md) server - - Deploy to an [unsupported cloud provider](docs/deploy-to-unsupported-cloud.md) +* [Deployment instructions, cloud provider setup instructions, and further client setup instructions available here.](docs/index.md) * [FAQ](docs/faq.md) * [Troubleshooting](docs/troubleshooting.md)