From e7cd8af1af71f154f143777cf64ec681beea1300 Mon Sep 17 00:00:00 2001 From: Thomas Evans Date: Thu, 4 Aug 2022 02:05:05 -0500 Subject: [PATCH] Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dea510..b79b6f3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ instructions below. To install Pi-Spotter simply execute the following command from an SSH session on your hotspot! ```bash -wget -qO - https://github.com/teevans/pi-spotter/releases/latest/download/install.sh | sudo sh +wget -qO - github.com/teevans/pi-spotter/releases/latest/download/install.sh | sudo sh ``` ## Uninstall @@ -19,7 +19,7 @@ wget -qO - https://github.com/teevans/pi-spotter/releases/latest/download/instal To uninstall Pi-Spotter simply execute the following command from an SSH session on your hotspot! ```bash -wget -qO - https://github.com/teevans/pi-spotter/releases/latest/download/uninstall.sh | sudo sh +wget -qO - github.com/teevans/pi-spotter/releases/latest/download/uninstall.sh | sudo sh ``` ## Under the Hood