mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00:00
Docs: Update composer require command to download current v4 alpha version (#20328)
This commit is contained in:
parent
e12361483a
commit
e613415a76
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
||||
{% highlight bash %}
|
||||
$ composer require twbs/bootstrap
|
||||
$ composer require twbs/bootstrap:{{ site.current_version }}
|
||||
{% endhighlight %}
|
||||
|
||||
### Bower
|
||||
|
|
|
|||
Loading…
Reference in a new issue