Skip to content

Commit

Permalink
Merge pull request #190 from hermanho/patch-upgrade-md
Browse files Browse the repository at this point in the history
Add upgrade steps
  • Loading branch information
hermanho authored Mar 19, 2024
2 parents 673fb08 + 74eb134 commit 767d087
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Installation

1. Install Module


Run the following command. For example, the Magic Mirror directory is `~/MagicMirror`.
```sh
cd ~/MagicMirror/modules
git clone https://github.com/hermanho/MMM-GooglePhotos.git
Expand All @@ -19,6 +20,16 @@

1. Add MMM-GooglePhotos module config in ~/MagicMirror/config/config.js


## Upgrade

Run the following command. For example, the Magic Mirror directory is `~/MagicMirror`.
```sh
cd ~/MagicMirror/modules/MMM-GooglePhotos
git pull
npm run install-prod
```

## Authorise OAuth Token

### Get `token.json`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Display your photos from album of Google Photos on [MagicMirror²](https://githu

![screenshot](images/screenshot2.png)

## Installation
## Installation & Upgrade

[INSTALL.md](INSTALL.md)

Expand Down

0 comments on commit 767d087

Please sign in to comment.