update branch Manual Installation in README.md

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-01-18 01:36:14 -03:00
parent 03a4b8f5cf
commit a591cf1d21

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`