From 5c0ca7259ab1ce9b4d5356cad176ef6eb5507b62 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:10:20 +0100 Subject: [PATCH] Add update section --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index db894bd..f5bf809 100644 --- a/readme.md +++ b/readme.md @@ -49,6 +49,15 @@ To display what page you're on, I'd highly recommend checking out my *\<\\self-promotion>* +## Update + +Go to the module’s directory inside your MagicMirror's module directory and pull the latest version: + +```bash +cd ~/MagicMirror/modules/MMM-pages +git pull +``` + ## Using the module To use this module, add it to the modules array in the `config/config.js` file.