From 4791d5a0ba464c57f74d3bd6736985830f0d9e71 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Sat, 30 Jan 2021 11:53:29 +0100 Subject: [PATCH] docs: update requirements sections --- README.md | 2 +- content/docs/prologue/quick-start.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c8a1eb..02d764a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Nine reasons why you should use Doks: ## Requirements -- [Node.js](https://nodejs.org/) >= 14.x +Doks uses npm for dependency management and customized build scripts. Installing npm is pretty simple. Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. I recommend installing the current release. ## Get started diff --git a/content/docs/prologue/quick-start.md b/content/docs/prologue/quick-start.md index 75a15a8..32082cf 100644 --- a/content/docs/prologue/quick-start.md +++ b/content/docs/prologue/quick-start.md @@ -15,7 +15,7 @@ toc: true ## Requirements -- [Node.js](https://nodejs.org/) >= 14.x +Doks uses npm for dependency management and customized build scripts. Installing npm is pretty simple. Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. I recommend installing the current release. ## Start a new Doks project