From 078c8d4a4f145736dac99745db03b89bca9a9d1a Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Thu, 4 Apr 2019 15:11:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b180e3d..16f3ff66 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ With the prerequisites done, you can proceed with either the Quick installer or ## Quick installer Install RaspAP from your RaspberryPi's shell prompt: ```sh -$ wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap +wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap ``` The installer will complete the steps in the manual installation (below) for you.