Add text for new upgrade script

This commit is contained in:
sam detweiler 2019-10-24 14:21:38 -05:00 committed by GitHub
parent 9c98fea8f4
commit 878710e2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,14 +177,19 @@ For more available modules, check out out the wiki page [MagicMirror² 3rd Party
If you want to update your MagicMirror² to the latest version, use your terminal to go to your Magic Mirror folder and type the following command: If you want to update your MagicMirror² to the latest version, use your terminal to go to your Magic Mirror folder and type the following command:
```bash
git pull && npm install
``` ```
installers/upgrade-script.sh
```
This will do a test run
If you changed nothing more than the config or the modules, this should work without any problems. If the test update looks good then run this command
Type `git status` to see your changes, if there are any, you can reset them with `git reset --hard`. After that, git pull should be possible. ```
installers/upgrade-script.sh apply
```
If there are changes you have made, they will be listed, and u will have the opportunity to save your work
The script will also update the dependencies of any active modules
If there are update issues, please come to the forums for help
## Community ## Community
The community around the MagicMirror² is constantly growing. We even have a [forum](https://forum.magicmirror.builders) now where you can share your ideas, ask questions, help others and get inspired by other builders. We would love to see you there! The community around the MagicMirror² is constantly growing. We even have a [forum](https://forum.magicmirror.builders) now where you can share your ideas, ask questions, help others and get inspired by other builders. We would love to see you there!