From a2f17900daa59b4e27264b3eacf33623fe35a26f Mon Sep 17 00:00:00 2001 From: Erik Eng Date: Wed, 7 Mar 2018 09:13:33 +0100 Subject: [PATCH] Update README.md Correct manual installation step. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa876a6..4b33bea4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/maste 1. Download and install the latest Node.js version. 2. Clone the repository and check out the master branch: `git clone https://github.com/MichMich/MagicMirror` -3. Enter the repository: `cd ~/MagicMirror` +3. Enter the repository: `cd MagicMirror/` 4. Install and run the app: `npm install && npm start` **Important:** `npm start` does **not** work via SSH, use `DISPLAY=:0 nohup npm start &` instead. This starts the mirror on the remote display.