From f5b2d86d97307a549390cad70b9ee443659aa3c7 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 5 Aug 2020 20:54:19 +0200 Subject: [PATCH] DOC: add mmpm integration --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a0b6de5..84144b5 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,12 @@ modules: [ ### List available regions `curl https://rp-online.de/app/interaktiv_server/data/rki_nrw_mapped.json.php | jq | awk '/^ "/ {print}'` + +## MMPM integration +``` +mmpm add-ext-pkg \ + --title="MMM-covid19" \ + --author="smark" \ + --repo="https://git.smsvc.net/MagicMirror/MMM-covid19" \ + --desc="covid19 statistics" +```