Skip to content

Commit

Permalink
Add node dependencies install instruction to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Jul 6, 2022
1 parent a800e1a commit 83c0317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion templates/README.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 83c0317

Please sign in to comment.