Merge pull request #629 from roramirez/branch-README

update branch Manual Installation in README.md
This commit is contained in:
Michael Teeuw 2017-01-18 09:13:13 +01:00 committed by GitHub
commit ad68106c3c

View File

@ -37,7 +37,7 @@ curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installer
### Manual Installation
1. Download and install the latest Node.js version.
2. Clone the repository and check out the beta 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`
4. Install and run the app: `npm install && npm start`