From 851c4f392fe3128ca0bcbdaadc76e57f04bfebe5 Mon Sep 17 00:00:00 2001
From: Jack Reed <mejackreed@users.noreply.github.com>
Date: Fri, 7 Jun 2019 08:40:29 -0600
Subject: [PATCH] Add nodejs / npm requirement to readme

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index bc4b58532..f53413f9b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 
 ## Running Mirador locally
 
+Mirador local development requires [nodejs](https://nodejs.org/en/download/) to be installed.
+
 1. Run `npm install` to install the dependencies.
 
 ## Starting the project
-- 
GitLab