From c9e6af96d08ba6a836d3a4c761b530f59353990d Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 4 Oct 2016 16:19:33 +0200 Subject: [PATCH] Change update information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856ab6e0..9c3a3ce5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The following wiki links are helpful in the configuration of your MagicMirror² If you want to update your MagicMirror² to the latest version, use your terminal to go to your Magic Mirror folder and type the following command: ```bash -git pull +git pull && npm install ``` If you changed nothing more than the config or the modules, this should work without any problems.