2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Docs: Update composer require command to download current v4 alpha version (#20328)

This commit is contained in:
Alice Young
2016-07-19 21:40:21 -04:00
committed by Chris Rebert
parent e12361483a
commit e613415a76
+1 -1
View File
@@ -78,7 +78,7 @@ $ meteor add twbs:bootstrap@={{ site.current_version }}
You can also install and manage Bootstrap's Sass and JavaScript using [Composer](https://getcomposer.org): You can also install and manage Bootstrap's Sass and JavaScript using [Composer](https://getcomposer.org):
{% highlight bash %} {% highlight bash %}
$ composer require twbs/bootstrap $ composer require twbs/bootstrap:{{ site.current_version }}
{% endhighlight %} {% endhighlight %}
### Bower ### Bower