Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanho committed Mar 19, 2024
1 parent b229dfa commit 74eb134
Showing 1 changed file with 12 additions and 1 deletion.
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

0 comments on commit 74eb134

Please sign in to comment.