From 54e5e64d2af7488f1c100f5c3c8c90698453f71c Mon Sep 17 00:00:00 2001 From: Guido De Rosa Date: Mon, 18 Nov 2019 19:23:14 +0000 Subject: [PATCH] add instruction on AP module --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7ccfd4a..c8b223d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ or the virtualization functionality (private cloud hypervisor, if you fancy): bash -c "$(wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-virt)" ``` +or tha Wireless Access Point: + +```bash +bash -c "$(wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-ap)" +``` + ...and that's it. Happy admin :stuck_out_tongue_winking_eye: