From 9e0c4a89f38e0d96904f43767607000cac9d3dd2 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 5 Apr 2016 21:39:56 +0200 Subject: [PATCH] add comment about ssh & npm start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1870ba8..44e4a800 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This version of the Magic Mirror software focusses on a modular plugin system. B 6. Enter the repository: `cd MagicMirror` 7. `npm install && npm start` (You may have to restart your terminal before this works!) -**Important:** `npm start` does **not** work via SSH! You will have to execute it in a terminal session running in a window manager. +**Important:** `npm start` does **not** work via SSH, use `DISPLAY=:0 nohup npm start &` instead. ## Configuration