From: Derk Weijers Date: Sat, 30 Jan 2021 19:58:48 +0000 (+0100) Subject: Update the yarn install/add command X-Git-Tag: 0.9.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a418e66d29422c9a3225744aa927ab906c497613;p=thirdparty%2Fbulma.git Update the yarn install/add command `yarn install...` is deprecated and should be `yarn add...` --- diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index 6c45edb18..c072bd021 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 %} {%