mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-04 22:58:03 +00:00
Merge pull request #141 from CFenner/npmStart2
describe how to run npm start on SHH
This commit is contained in:
commit
5578a274f6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user