From 77f2dcbb0bec0cca3f557141d6c38802087ded3f Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Wed, 15 Apr 2015 10:43:56 +0000 Subject: [PATCH] Fix build instructions list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d97b3b8..da01951 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repository contains documentation from https://docs.mibew.org site. ## Building the docs There are several actions one should perform to build a local copy of the docs: + 1. Install [node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/). 2. Obtain a copy of the repository using `git clone`, download button or another way.