From d280fe457cf763a7634897af75cbbd5605874ed0 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 12 May 2016 14:47:36 +0200 Subject: [PATCH] Fix installer URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfdf11c3..52095fe3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Electron, the app wrapper around MagicMirror², only supports the Raspberry Pi 2 Execute the following command on your Raspberry Pi to install MagicMirror²: ```` -curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/installers/raspberry.sh | bash +curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash ```` #### Manual Installation