From 6e8e51d99a48eb850850aeed8089daeef06b6e8d Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Wed, 13 Mar 2019 13:12:38 +0100 Subject: [PATCH] Remove styleguide installation instructions Styleguide is now a npm dependency. --- web-frontend/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web-frontend/installation.md b/web-frontend/installation.md index 2421c662a..fc810ebb5 100644 --- a/web-frontend/installation.md +++ b/web-frontend/installation.md @@ -16,20 +16,18 @@ git@github.com:Human-Connection/Nitro-Web.git ## Install Dependencies {% hint style="info" %} -Make sure you are running on Node 10: `node --version` +Make sure you are running on LTS Node 10: `node --version` {% endhint %} {% tabs %} {% tab title="Yarn" %} ```bash -cd styleguide && yarn install && cd .. yarn install ``` {% endtab %} {% tab title="NPM" %} ```bash -cd styleguide && npm install && cd .. npm install ``` {% endtab %}