Merge pull request #1197 from ptz0n/patch-1

Update README.md
This commit is contained in:
Michael Teeuw 2018-03-12 18:34:21 +01:00 committed by GitHub
commit bf8ed87fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/maste
1. Download and install the latest *Node.js* version. 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` 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 with: `npm install && npm start` \ 4. Install and run the app with: `npm install && npm start` \
For **Server Only** use: `npm install && node serveronly` . For **Server Only** use: `npm install && node serveronly` .