]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update the yarn install/add command
authorDerk Weijers <derkweijers@users.noreply.github.com>
Sat, 30 Jan 2021 19:58:48 +0000 (20:58 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 30 Jan 2021 21:03:21 +0000 (21:03 +0000)
`yarn install...` is deprecated and should be `yarn add...`

docs/documentation/overview/start.html

index 6c45edb18cccd915a1750548253f4a3f0addf1f0..c072bd021017a996e4e03a183d94043662104996 100644 (file)
@@ -132,7 +132,7 @@ breadcrumb:
       {% endcapture %}
 
       {% capture yarn_item %}
-        {% highlight bash %}yarn install bulma{% endhighlight %}
+        {% highlight bash %}yarn add bulma{% endhighlight %}
       {% endcapture %}
 
       {%