add comment about ssh & npm start

This commit is contained in:
Christopher
2016-04-05 21:39:56 +02:00
parent 18390503b5
commit 9e0c4a89f3

View File

@@ -31,7 +31,7 @@ This version of the Magic Mirror software focusses on a modular plugin system. B
6. Enter the repository: `cd MagicMirror` 6. Enter the repository: `cd MagicMirror`
7. `npm install && npm start` (You may have to restart your terminal before this works!) 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 ## Configuration