Skip to content

Commit 74eb134

Browse files
authoredMar 19, 2024
Update INSTALL.md
1 parent b229dfa commit 74eb134

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎INSTALL.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Installation
22

33
1. Install Module
4-
4+
5+
Run the following command. For example, the Magic Mirror directory is `~/MagicMirror`.
56
```sh
67
cd ~/MagicMirror/modules
78
git clone https://github.com/hermanho/MMM-GooglePhotos.git
@@ -19,6 +20,16 @@
1920

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

23+
24+
## Upgrade
25+
26+
Run the following command. For example, the Magic Mirror directory is `~/MagicMirror`.
27+
```sh
28+
cd ~/MagicMirror/modules/MMM-GooglePhotos
29+
git pull
30+
npm run install-prod
31+
```
32+
2233
## Authorise OAuth Token
2334

2435
### Get `token.json`

0 commit comments

Comments
 (0)