mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update the yarn install/add command
`yarn install...` is deprecated and should be `yarn add...`
This commit is contained in:
committed by
Jeremy Thomas
parent
4757185a22
commit
a418e66d29
@@ -132,7 +132,7 @@ breadcrumb:
|
||||
{% endcapture %}
|
||||
|
||||
{% capture yarn_item %}
|
||||
{% highlight bash %}yarn install bulma{% endhighlight %}
|
||||
{% highlight bash %}yarn add bulma{% endhighlight %}
|
||||
{% endcapture %}
|
||||
|
||||
{%
|
||||
|
||||
Reference in New Issue
Block a user