From 1572941a188d5c1295158e2148edf5e493915462 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 19 Dec 2018 14:40:52 -0700 Subject: [PATCH] finished nodejs content in the readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d075ffec8..aebe7d681 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ accessible at [docs.influxdata.com](https://docs.influxdata.com). Hugo is the static site generator used to build the InfluxData documentation. [Download and install Hugo](https://gohugo.io/getting-started/installing/) to run the docs locally. -### Install NodeJS +### Install NodeJS & Asset Pipeline Tools +This project uses tools built in NodeJS to build and process stylesheets and javascript. +In order for the asset pipeline to work, [install NodeJS](https://nodejs.org/en/download/) +and run the following to install the necessary tools: ```sh npm i -g postcss-cli autoprefixer