Remove styleguide installation instructions

Styleguide is now a npm dependency.
This commit is contained in:
Grzegorz Leoniec 2019-03-13 13:12:38 +01:00 committed by GitHub
parent a09df8fe24
commit 6e8e51d99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}