From c770e6883695e8b5d92a1107d3a49b1cb63655b6 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Tue, 5 Sep 2017 00:29:05 +0200 Subject: Drop Bower support (#23568) --- index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index aa3840da9..264b4f627 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ layout: home {% include icons/import.svg width="32" height="32" class="text-primary mb-2" %}

Installation

-

Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our build system and readme.

+

Include Bootstrap's source Sass and JavaScript files via npm, Composer or Meteor. Package managed installs don't include documentation, but do include our build system and readme.

{% highlight sh %} npm install bootstrap@{{ site.current_version }} @@ -44,9 +44,6 @@ npm install bootstrap@{{ site.current_version }} gem install bootstrap -v 4.0.0.beta {% endhighlight %} -{% highlight sh %} -bower install bootstrap#v{{ site.current_version }} -{% endhighlight %}
Read installation docs -- cgit v1.2.3