Update the yarn install/add command
`yarn install...` is deprecated and should be `yarn add...`
This commit is contained in:
parent
4757185a22
commit
a418e66d29
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ breadcrumb:
|
|||
{% endcapture %}
|
||||
|
||||
{% capture yarn_item %}
|
||||
{% highlight bash %}yarn install bulma{% endhighlight %}
|
||||
{% highlight bash %}yarn add bulma{% endhighlight %}
|
||||
{% endcapture %}
|
||||
|
||||
{%
|
||||
|
|
Loading…
Add table
Reference in a new issue