From 9f2af718a47135a1f9d4c9236baae72a8db373e7 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:21:58 +0200 Subject: [PATCH] Update installation instructions normal users don't have to do `npm install` anymore :-) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ec4920f..b7450e3 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,17 @@ For every column it checks if a valid DateTime is given, and then formats it to ## Installation +Just clone the module into your modules folder of your MagicMirror². + ```shell git clone https://github.com/timdows/MMM-JsonTable +``` + +That's it! + +If you are a developer please also install the depenendies for linter and prettier: + +```shell cd MMM-JsonTable npm install ```