From d0e2752cd83fc9934751ae82251058ddebfc4396 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Sat, 12 Sep 2026 19:20:45 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 386a081..6165d3f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
- Logo + Logo ### Fallback AP @@ -63,9 +63,7 @@ Runs as a `systemd` service and is managed entirely through `nmcli`/`iw` — no - Root access #### Instructions -1. Download the script: `curl -sL https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/pi-fallback-ap.sh > /usr/local/bin/fallback-ap` -2. Make it executable: `chmod +x /usr/local/bin/fallback-ap` -3. Install and start the service: `sudo fallback-ap install` +1. Download & Install: `curl -sL https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/install.sh | sudo bash`