diff --git a/README.md b/README.md index 04198e75..ce1b2f56 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@
-
+
@@ -41,51 +41,35 @@
# WireGuard® automation from homelab to enterprise
-| Create & Automate | Manage |
-|-------------------------------------------|-----------------------------------------|
-| :heavy_check_mark: WireGuard Networks | :heavy_check_mark: Admin UI |
-| :heavy_check_mark: Remote Access Gateways | :heavy_check_mark: OAuth |
-| :heavy_check_mark: Mesh VPNs | :heavy_check_mark: Private DNS |
-| :heavy_check_mark: Site-to-Site | :heavy_check_mark: Access Control Lists |
+| Create | Manage | Automate |
+|-------------------------------------------|-----------------------------------------|-----------------------------------------|
+| :heavy_check_mark: WireGuard Networks | :heavy_check_mark: Admin UI | :heavy_check_mark: Linux |
+| :heavy_check_mark: Remote Access Gateways | :heavy_check_mark: OAuth | :heavy_check_mark: FreeBSD |
+| :heavy_check_mark: Mesh VPNs | :heavy_check_mark: Private DNS | :heavy_check_mark: Mac |
+| :heavy_check_mark: Site-to-Site | :heavy_check_mark: Access Control Lists | :heavy_check_mark: Windows |
# Get Started in 5 Minutes
-**For DigitalOcean, use the 1-Click App:**
-**For production-grade installations, visit the [Install Docs](https://netmaker.readthedocs.io/en/master/install.html).**
-**For an HA install using helm on k8s, visit the [Helm Repo](https://github.com/gravitl/netmaker-helm/).**
-1. Get a cloud VM with Ubuntu 20.04 and a public IP.
-2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings.
-3. Run the script **(see below for optional configurations)**:
+(For production-grade installations, visit the [Install Docs](https://netmaker.readthedocs.io/en/master/install.html).)
-`wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | sudo bash`
+1. Get a cloud VM with Ubuntu 20.04 and a public IP.
+2. Open ports 443 and 51821-51830/udp on the VM firewall and in cloud security settings.
+3. Run the script: `wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | sudo bash`
+3.a. (with custom domain + email): `wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | sudo bash -s -- -d mynetmaker.domain.com -e example@email.com`