Merge pull request #141 from CFenner/npmStart2

describe how to run npm start on SHH
This commit is contained in:
Michael Teeuw 2016-04-05 21:43:01 +02:00
commit 5578a274f6

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`
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