From 6e9682341e9b134e08df2af8242953d90790bc0b Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 23 Jul 2016 17:49:25 +0200 Subject: [PATCH] Info on updating. --- FAQ.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 35fd9bc..c636437 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,9 @@ ### "How to setup a Raspberry Pi to run MagicMirror²" - an Extended Tutorial https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/ -### Which Raspberry Pi versions are supported? -Currently, MagicMirror² supports the Raspberry Pi 2 and Raspberry Pi 3. For a Raspberry Pi 1, you can run MagicMirror² in `serveronly` mode. For more information, please follow the instructions on the [setup page](https://github.com/MichMich/MagicMirror/#server-only). \ No newline at end of file +### Q: Which Raspberry Pi versions are supported? +Currently, MagicMirror² supports the Raspberry Pi 2 and Raspberry Pi 3. For a Raspberry Pi 1, you can run MagicMirror² in `serveronly` mode. For more information, please follow the instructions on the [setup page](https://github.com/MichMich/MagicMirror/#server-only). + +### Q: How do I update my MagicMirror² installation? +A: Perform the following command on your command line: +`cd ~/MagicMirror && git pull` \ No newline at end of file