From 9443e585c671d75950d0157e5f380ec15c38b346 Mon Sep 17 00:00:00 2001 From: Angel Perez Date: Mon, 26 Feb 2018 10:33:22 -0400 Subject: [PATCH] docs(readme): Include Node.js as requirement Failed CONSUL installation reported on #2391 because Node.js was missing on the development environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc088a4d..0e9dfd0eb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Development started on [2015 July 15th](https://github.com/consul/consul/commit/ **NOTE**: For more detailed instructions check the [docs](https://github.com/consul/docs/tree/master/en/getting_started/prerequisites) -Prerequisites: install git, Ruby 2.3.2, `bundler` gem, and PostgreSQL (>=9.4). +Prerequisites: install git, Ruby 2.3.2, `bundler` gem, Node.js and PostgreSQL (>=9.4). ```bash git clone https://github.com/consul/consul.git