From e87b360145ed7713aace61ad72e6fc4cfacad8cd Mon Sep 17 00:00:00 2001 From: Brian Towles Date: Wed, 16 Oct 2024 20:45:08 -0500 Subject: [PATCH] Clean up README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df9d76c..e7d72ef 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,15 @@ Templates allow you to output virtually any HTML you want to in the contents of * Material Design icons embedded in module to use with output. ### How to use -1. Clone this repo into your Magic Mirrors modules directory with the following command: git clone https://github.com/wonderslug/MMM-HomeAssistantDisplay.git. -2. Install all the npm modules with *npm install*. +1. Clone this repo into your Magic Mirrors modules directory with the following command: +```bash +git clone https://github.com/wonderslug/MMM-HomeAssistantDisplay.git +``` +. +2. Install all the npm modules with: +```bash +npm install +``` 3. Update your Magic Mirror Configto setup a Module Instance. See the configuration options and examples below. ### Configuration Options