Merge pull request #829 from roramirez/instruction_installer-develop

Instruction installer develop
This commit is contained in:
Michael Teeuw 2017-04-06 16:24:42 +02:00 committed by GitHub
commit 3484fcfd2a
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added missing keys to Polish translation.
- Added missing key to German translation.
### Fixed
- Fix instruction in README for using automatically installer script.
## [2.1.1] - 2017-04-01
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`

View File

@ -31,7 +31,7 @@ Electron, the app wrapper around MagicMirror², only supports the Raspberry Pi 2
Execute the following command on your Raspberry Pi to install MagicMirror²:
````
curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
````
### Manual Installation