Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
normal users don't have to do `npm install` anymore :-)
  • Loading branch information
KristjanESPERANTO committed Oct 7, 2023
1 parent 7c29bd4 commit 9f2af71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9f2af71

Please sign in to comment.