From 83c0317177c30d767c39795e7e5295508a1e9d97 Mon Sep 17 00:00:00 2001 From: Lukas W Date: Wed, 6 Jul 2022 10:32:14 +0200 Subject: [PATCH] Add node dependencies install instruction to Readme --- README.md | 2 +- templates/README.md.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f4ec58..2f379a2 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,4 @@ Make sure you have the following dependencies installed: * [FontForge](//fontforge.org) to generate the fonts * [wkhtmltopdf](http://wkhtmltopdf.org/) to generate this readme's preview image -Then run `make`. +Then run `npm install`/`yarn install` and `make`. diff --git a/templates/README.md.njk b/templates/README.md.njk index c59fa98..efe0f9e 100644 --- a/templates/README.md.njk +++ b/templates/README.md.njk @@ -53,4 +53,4 @@ Make sure you have the following dependencies installed: * [FontForge](//fontforge.org) to generate the fonts * [wkhtmltopdf](http://wkhtmltopdf.org/) to generate this readme's preview image -Then run `make`. +Then run `npm install`/`yarn install` and `make`.