From: XhmikosR Date: Fri, 28 Sep 2018 16:52:55 +0000 (+0300) Subject: Move bash snippets `$` to a `:before` so that it's not selectable. X-Git-Tag: v3.4.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee580c178dd49f1fb165c6972136b2232d1cc798;p=thirdparty%2Fbootstrap.git Move bash snippets `$` to a `:before` so that it's not selectable. --- diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index 7564fd3cb0..08ddfe7d49 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -42,11 +42,11 @@

Install with Bower

You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower:

- {% highlight bash %}$ bower install bootstrap{% endhighlight %} + {% highlight bash %}bower install bootstrap{% endhighlight %}

Install with npm

You can also install Bootstrap using npm:

- {% highlight bash %}$ npm install bootstrap@3{% endhighlight %} + {% highlight bash %}npm install bootstrap@3{% endhighlight %}

require('bootstrap') will load all of Bootstrap's jQuery plugins onto the jQuery object. The bootstrap module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the /js/*.js files under the package's top-level directory.

Bootstrap's package.json contains some additional metadata under the following keys: