From a418e66d29422c9a3225744aa927ab906c497613 Mon Sep 17 00:00:00 2001 From: Derk Weijers Date: Sat, 30 Jan 2021 20:58:48 +0100 Subject: [PATCH] Update the yarn install/add command `yarn install...` is deprecated and should be `yarn add...` --- docs/documentation/overview/start.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index 6c45edb1..c072bd02 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -132,7 +132,7 @@ breadcrumb: {% endcapture %} {% capture yarn_item %} - {% highlight bash %}yarn install bulma{% endhighlight %} + {% highlight bash %}yarn add bulma{% endhighlight %} {% endcapture %} {%